fixed at bitp and oqs print

This commit is contained in:
Yan
2017-07-03 17:40:12 +06:30
parent dac4c59007
commit ed0e627f34
6 changed files with 29 additions and 15 deletions

View File

@@ -1,7 +1,17 @@
# :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: /home/superuser/Application/production/sxrestaurant/tmp/pids/sidekiq.pid
:logfile: /home/superuser/Application/production/sxrestaurant/log/sidekiq.log
:pidfile: ./tmp/pids/sidekiq.pid
:logfile: ./log/sidekiq.log
:queues:
- default
- [high_priority, 2]
:demon: true