[#48717] Replace DelayedJob with GoodJob.

https://community.openproject.org/work_packages/48717
This commit is contained in:
Pavel Balashou
2023-06-30 14:10:04 +02:00
parent 3cbad5be35
commit fd6a899b29
83 changed files with 805 additions and 1372 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ services:
worker:
<<: *backend
command: bundle exec rake jobs:work
command: bundle exec good_job start
depends_on:
- db
- cache