This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-27 11:20:57 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
43a905279f
discourse
/
config
/
sidekiq.yml
9 lines
118 B
YAML
Raw
Normal View
History
Unescape
Escape
Add default queues to sidekiq.yml.
2016-06-12 20:34:52 -05:00
---
development
:
Opps no reason to limit this to 1.
2017-09-28 19:19:35 -05:00
:concurrency
:
5
Add default queues to sidekiq.yml.
2016-06-12 20:34:52 -05: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 21:53:09 -06:00
-
[
critical, 8]
-
[
default, 4]
-
[
low, 2]
-
[
ultra_low]
Reference in New Issue
Copy Permalink