Add nginx and systemd templates (#8770)
So they can be copied during installation instead of looking them up in the documentation Make default sidekiq configuration use weighted queues Remove deprecated docs directory
This commit is contained in:
parent
9f6662fcc9
commit
6465972caf
28 changed files with 161 additions and 27 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
:concurrency: 5
|
||||
:queues:
|
||||
- default
|
||||
- push
|
||||
- mailers
|
||||
- pull
|
||||
- [default, 6]
|
||||
- [push, 4]
|
||||
- [mailers, 2]
|
||||
- [pull]
|
||||
:schedule:
|
||||
subscriptions_scheduler:
|
||||
cron: '<%= Random.rand(0..59) %> <%= Random.rand(4..6) %> * * *'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue