Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
be1dc554
Commit
be1dc554
authored
Nov 19, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resque via nohup
parent
4eef1124
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
resque.sh
resque.sh
+1
-1
resque_dev.sh
resque_dev.sh
+1
-1
No files found.
resque.sh
View file @
be1dc554
mkdir
-p
tmp/pids
bundle
exec
rake environment resque:work
QUEUE
=
post_receive,mailer,system_hook
RAILS_ENV
=
production
PIDFILE
=
tmp/pids/resque_worker.pid
BACKGROUND
=
yes
nohup
bundle
exec
rake environment resque:work
QUEUE
=
post_receive,mailer,system_hook
RAILS_ENV
=
production
PIDFILE
=
tmp/pids/resque_worker.pid
>
./log/resque.log &
resque_dev.sh
View file @
be1dc554
mkdir
-p
tmp/pids
bundle
exec
rake environment resque:work
QUEUE
=
post_receive,mailer,system_hook
VVERBOSE
=
1
PIDFILE
=
tmp/pids/resque_worker.pid
RAILS_ENV
=
development
BACKGROUND
=
yes
nohup
bundle
exec
rake environment resque:work
QUEUE
=
post_receive,mailer,system_hook
VVERBOSE
=
1
RAILS_ENV
=
development
PIDFILE
=
tmp/pids/resque_worker.pid
>
./log/resque.log &
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment