You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set redbeat_lock_key = None,but it didn't work right.
By reading the code, self.lock_key = self.either_or('redbeat_lock_key', self.key_prefix + ':lock') the function “either_or” in this code,When set redbeat_lock_key = None or not set it, the following default value is always returned
This may be due to a later version update optimization, forgetting to do compatibility, at least before 1.0.0. @sibson
The text was updated successfully, but these errors were encountered:
hotwater9
changed the title
The distributed lock setting failed
The distributed lock set to None failed
Jul 12, 2023
I set redbeat_lock_key = None,but it didn't work right.
By reading the code,
self.lock_key = self.either_or('redbeat_lock_key', self.key_prefix + ':lock')
the function “either_or” in this code,When set redbeat_lock_key = None or not set it, the following default value is always returnedThis may be due to a later version update optimization, forgetting to do compatibility, at least before 1.0.0.
@sibson
The text was updated successfully, but these errors were encountered: