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
So at the moment jobs do not check if they were the ones which originally set a mutex when unlocking -- meaning there are conditions where the job will delete a mutex that another job has set (if it's own has already expired).
This happens with perform_at or when a job runs longer than the key_expire time, this is also explicitly advised against in the redis docs.
The text was updated successfully, but these errors were encountered: