We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b157d commit 39d51cbCopy full SHA for 39d51cb
README.markdown
@@ -265,6 +265,14 @@ worker process. Use the PIDFILE option for easy access to the PID:
265
266
$ PIDFILE=./resque.pid QUEUE=file_serve rake environment resque:work
267
268
+### Running in the background
269
+
270
+There are scenarios where it's helpful for the resque worker to run
271
+itself in the background (usually in combination with PIDFILE). Use the
272
+BACKGROUND option so that rake will return as soon as the worker is started.
273
274
+ $ PIDFILE=./resque.pid BACKGROUND=yes QUEUE=file_serve \
275
+ rake environment resque:work
276
277
### Priorities and Queue Lists
278
0 commit comments