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'm not entirely sure whether the argument is expected to be Nothing or whether it should be LOCK_FAILED, but it seems unlikely that it was intended to be the module itself. This probably wouldn't matter too much, but it does prevent the exception being able to be pickled (which means multiprocessing can't handle a child process that throws this exception)
The text was updated successfully, but these errors were encountered:
This showed up when testing #101
If the RedisLock fails to acquire a lock then it throws an exception with the
exceptions
module as the argument to the exception.exceptions
is the module import)I'm not entirely sure whether the argument is expected to be Nothing or whether it should be LOCK_FAILED, but it seems unlikely that it was intended to be the module itself. This probably wouldn't matter too much, but it does prevent the exception being able to be pickled (which means multiprocessing can't handle a child process that throws this exception)
The text was updated successfully, but these errors were encountered: