Skip to content
Snippets Groups Projects
Commit 402ab3f8 authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

Remove pid location for sidekiq, use default one (/discourse/tmp/pids)

parent e9d9fe91
Branches
Tags v2.6.0.beta4
No related merge requests found
:concurrency: ${SIDEKIQ_CONFIG_CONCURRENCY}
:pidfile: /var/run/sidekiq.pid
production:
:concurrency: ${SIDEKIQ_CONFIG_CONCURRENCY}
:queues:
- [critical, 8]
- [default, 4]
- [low, 2]
- [ultra_low]
\ No newline at end of file
- [ultra_low]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment