This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f3c76ad482
discourse
/
config
/
sidekiq.yml
9 lines
118 B
YAML
Raw
Normal View
History
Unescape
Escape
Add default queues to sidekiq.yml.
2016-06-12 21:34:52 -04:00
---
development
:
Opps no reason to limit this to 1.
2017-09-28 20:19:35 -04:00
:concurrency
:
5
Add default queues to sidekiq.yml.
2016-06-12 21:34:52 -04:00
:queues
:
FEATURE: introduce ultra_low priority queue This commit introduces an ultra low priority queue for post rebakes. This way rebakes can never interfere with regular sidekiq processing for cases where we perform a large scale rebake. Additionally it allows Post.rebake_old to be run with rate_limiter: false to avoid triggering the limiter when rebaking. This is handy for cases where you want to just force the full rebake and not wait for it to trickle
2019-01-16 22:53:09 -05:00
-
[
critical, 8]
-
[
default, 4]
-
[
low, 2]
-
[
ultra_low]