Use ActiveJob instead of Resque directly
This allows us to directly pass entities to the job.
This commit is contained in:
parent
07c8393c8c
commit
47d9c79617
16 changed files with 76 additions and 73 deletions
|
|
@ -18,7 +18,6 @@ services:
|
|||
environment:
|
||||
- DATABASE_URL=mysql2://root:secret@mariadb/development?encoding=utf8mb4
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- QUEUE=foodsoft_notifier
|
||||
- TEST_DATABASE_URL=mysql2://root:secret@mariadb/test?encoding=utf8mb4
|
||||
- DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL=true
|
||||
- MAILCATCHER_ADDRESS=mailcatcher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue