feat: Add contact label filter (#2454)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module Redis::Config
|
||||
DEFAULT_SENTINEL_PORT = '26379'.freeze
|
||||
SIDEKIQ_SIZE = 25
|
||||
DEFAULT_SENTINEL_PORT ||= '26379'.freeze
|
||||
SIDEKIQ_SIZE ||= 25
|
||||
|
||||
class << self
|
||||
def app
|
||||
|
||||
Reference in New Issue
Block a user