Files
danbooru/bin
evazion 3841fba78e jobs: remove DelayedJobs.
Remove the DelayedJobs gem and database table. Completes the transition
to GoodJob started in c06bfa64f and f4953549a.

Downstream users can upgrade as follows:

* Stop the Rails server.
* Stop the DelayedJobs worker (normally running as `bin/delayed_job` or `bin/rails jobs:work`).
* Run `bin/rails jobs:work` to finish any pending delayed jobs.
* Run `bin/rails db:migrate` to create the good_jobs table and drop the delayed_jobs table.
* Start the Rails server again.
* Start the GoodJobs worker with `bin/good_job start`.
2022-01-04 15:58:12 -06:00
..
2020-05-06 01:22:29 -05:00
2020-05-06 01:22:29 -05:00
2021-09-24 08:40:33 -05:00
2020-05-06 01:22:29 -05:00
2020-05-06 01:22:29 -05:00
2021-12-17 22:23:59 -06:00
2020-05-06 01:22:29 -05:00
2020-05-06 01:22:29 -05:00
2020-05-06 01:22:29 -05:00
2020-05-06 01:22:29 -05:00
2020-12-19 00:26:27 -06:00
2020-12-19 00:26:27 -06:00
2021-12-17 22:23:59 -06:00
2020-05-06 01:22:26 -05:00
2020-12-19 00:26:27 -06:00
2021-06-17 04:10:26 -05:00
2018-04-27 15:01:40 -07:00
2021-01-28 00:22:49 -06:00
2021-01-28 00:22:49 -06:00
2020-12-19 00:26:27 -06:00

Bin

This directory contains executable scripts. Most of the scripts here come from Ruby gems installed by bundle install and shouldn't be edited by end users.