By default, your instance of Dradis ships with once Resque export process that clears the queue of jobs. Use the steps in this guide to increase the number of Resque export processes and start generating reports even quicker than before.
Before making these changes, be sure to take a snapshot and a backup of your Dradis instance.
$ cp /etc/god.d/dradispro-resque-1.god /etc/god.d/dradispro-resque-2.god
$ chmod 0777 /etc/god.d/dradispro-resque-2.god
/etc/god.d/dradispro-resque-2.god
file and edit the following lines to replace instances of dradispro-resque-1
with dradispro-resque-2
:
w.name = "dradispro-resque-2"
w.log = '/var/log/god/dradispro-resque-2.log'
"PIDFILE" => "/var/run/god/dradispro-resque-2.pid"
... sudo touch /var/run/god/dradispro-resque-2.pid && sudo chown dradispro.staff /var/run/god/dradispro-resque-2.pid...
$ chmod 0440 /etc/god.d/dradispro-resque-2.god
$ god load /etc/god.d/dradispro-resque-2.god
$ god status
You should see the following output:
$ ps aux | grep resque | grep Waiting
You should see a list of all the resque workers that are running.
Reminder: local changes will be overwritten the next time you upgrade. If you make any local changes, make sure to re-apply them every time you upgrade Dradis.
Next help article: Set maximum login attempts →
Your email is kept private. We don't do the spam thing.