mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 09:10:25 +08:00
FIX: broken scheduler when changing per_host <-> global
Prior to this commit if we ever checked in a per_host directive and scheduled job was previously global, total chaos could ensue as a feedback loop would start We very rarely used per_host to date, but just started making use of it for heartbeats
This commit is contained in:
parent
3c6176b844
commit
5db204f370
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ GEM
|
|||
mini_portile2 (2.4.0)
|
||||
mini_racer (0.2.6)
|
||||
libv8 (>= 6.9.411)
|
||||
mini_scheduler (0.12.0)
|
||||
mini_scheduler (0.12.1)
|
||||
sidekiq
|
||||
mini_sql (0.2.2)
|
||||
mini_suffix (0.3.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue