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
When locking of projects is enabled, and the whole process takes a bit longer to the point that the lock expires (~5 min currently I believe), unlocking in ProjectPadlock.unlock() will fail with a ClientError which is further propagated:
ClientError: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
This is because the MM server has removed the transaction, so the URL does not exist anymore.
We should instead just log that the lock has expired and try to continue.
The text was updated successfully, but these errors were encountered:
When locking of projects is enabled, and the whole process takes a bit longer to the point that the lock expires (~5 min currently I believe), unlocking in
ProjectPadlock.unlock()
will fail with aClientError
which is further propagated:This is because the MM server has removed the transaction, so the URL does not exist anymore.
We should instead just log that the lock has expired and try to continue.
The text was updated successfully, but these errors were encountered: