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:
Eugen Rochko 2018-09-24 16:46:05 +02:00 committed by GitHub
parent 9f6662fcc9
commit 6465972caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 161 additions and 27 deletions

View file

@ -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) %> * * *'