Files
sx-fc/config/sidekiq.yml
2018-03-23 07:38:39 +00:00

18 lines
385 B
YAML
Executable File

# :concurrency: 25
# :pidfile: /home/superuser/Application/production/sxrestaurant/tmp/pids/sidekiq.pid
# :logfile: /home/superuser/Application/production/sxrestaurant/log/sidekiq.log
# :queues:
# - default
# - [high_priority, 2]
# :demon: true
---
:concurrency: 25
:pidfile: ./tmp/sidekiq.pid
:logfile: ./log/sidekiq.log
:queues:
- default
- [high_priority, 2]
:demon: true