Skip to content

Set up Delayed Job as the backend for Active Job - #2037

Merged
tomhughes merged 1 commit into
openstreetmap:masterfrom
gravitystorm:delayed_job
Nov 1, 2018
Merged

Set up Delayed Job as the backend for Active Job#2037
tomhughes merged 1 commit into
openstreetmap:masterfrom
gravitystorm:delayed_job

Conversation

@gravitystorm

Copy link
Copy Markdown
Collaborator

This persists jobs into the database, and uses locking to ensure that workers from multiple machines avoid treading on each other.

Jobs can be run by using bundle exec rake jobs:work

Fixes #2015

This persists jobs into the database, and uses locking to ensure that
workers from multiple machines avoid treading on each other.

Jobs can be run by using `bundle exec rake jobs:work`

Fixes openstreetmap#2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants