Release 1854
Context
Currently we run the workers with bundle exec rake jobs:work which is not ideal for production.
Changes proposed in this pull request
Add the delayed_job script which can be used to:
- daemonize the processes
- spawn multiple processes
- restart the processes
Then we can start the workers with RAILS_ENV=production bin/delayed_job start