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