order submission and order queue submission basic done
This commit is contained in:
8
config/sidekiq.yml
Normal file
8
config/sidekiq.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
:concurrency: 25
|
||||||
|
:pidfile: ./tmp/pids/sidekiq.pid
|
||||||
|
:logfile: ./log/sidekiq.log
|
||||||
|
:queues:
|
||||||
|
- default
|
||||||
|
- [high_priority, 2]
|
||||||
|
:demon: true
|
||||||
Reference in New Issue
Block a user