Files
sx-fc/config/sidekiq.yml
2023-08-24 10:40:31 +06:30

17 lines
384 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