mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
Fix collision of monitor with sidekiq 3.0
This commit is contained in:
parent
e9872c03bd
commit
a5742261d9
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ module Sidekiq::LimitFetch::Global
|
|||
include Sidekiq::LimitFetch::Redis
|
||||
extend self
|
||||
|
||||
HEARTBEAT_PREFIX = 'heartbeat:'
|
||||
PROCESS_SET = 'processes'
|
||||
HEARTBEAT_PREFIX = 'limit:heartbeat:'
|
||||
PROCESS_SET = 'limit:processes'
|
||||
HEARTBEAT_TTL = 18
|
||||
REFRESH_TIMEOUT = 10
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue