-
Notifications
You must be signed in to change notification settings - Fork 2
Running the project
Alexander Kuznetsov edited this page Feb 16, 2018
·
2 revisions
Start the server:
bin/rails s
Start the single worker to proceed with PDF/GDoc generation:
bundle exec rake resque:work
To control the queues precedence and the number of workers, just pass them as variables:
QUEUES=default,low COUNT=3 bundle exec rake resque:workers
To run the specs simple:
RAILS_ENV=test bin/rspec