Skip to content

How to start only one resque worker

atd edited this page Mar 9, 2012 · 1 revision

You need a resque working for developing with processed videos. However, starting the default number of resque workers (3) fails. You can start one resque worker only with:

rake workers:start COUNT=1
Clone this wiki locally