mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 17:23:34 +02:00
Added que init script #2724
This commit is contained in:
parent
a2e6603ecc
commit
2324d08394
18 changed files with 178 additions and 293 deletions
|
@ -47,3 +47,8 @@ Rails.application.configure do
|
|||
Bullet.unused_eager_loading_enable = false
|
||||
end
|
||||
end
|
||||
|
||||
# In this mode, any jobs you queue will be run in the same thread, synchronously
|
||||
# (that is, MyJob.enqueue runs the job and won't return until it's completed).
|
||||
# This makes your application's behavior easier to test
|
||||
Que.mode = :sync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue