Files
danbooru/db
evazion f4953549ae jobs: switch from DelayedJob to GoodJob.
Switch the ActiveJob backend from DelayedJob to GoodJob. Differences:

* The job worker is run with `bin/good_job start` instead of `bin/delayed_job`.
* Jobs have an 8 hour timeout instead of a 4 hour timeout.
* Jobs don't automatically retry on failure.
* Finishing jobs are preserved and pruned after 7 days.
2022-01-04 13:52:08 -06:00
..
2022-01-02 17:13:41 -06:00
2019-11-11 21:03:07 -06:00
2020-10-04 05:15:02 -04:00
2022-01-02 17:13:41 -06:00