Skip to content

Release 1854

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:38
7a82890

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