Files
sx-fc/config/sidekiq.yml
2017-06-15 15:06:44 +06:30

8 lines
235 B
YAML

: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