Files
danbooru/config/initializers
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
..
2021-09-20 01:32:12 -05:00
2020-07-10 00:18:30 -05:00
2021-03-29 03:01:02 -05:00
2021-12-01 23:46:20 -06:00

Initializers

This directory contains initializers run by Rails during bootup. Initializers are generally used to configure libraries or other global settings during application boot.

See also

External links