Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error raised when project's lock expired before unlocking #55

Open
wonder-sk opened this issue Apr 11, 2023 · 0 comments · May be fixed by #56
Open

Error raised when project's lock expired before unlocking #55

wonder-sk opened this issue Apr 11, 2023 · 0 comments · May be fixed by #56
Assignees
Labels
bug Something isn't working

Comments

@wonder-sk
Copy link
Contributor

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.

@wonder-sk wonder-sk added the bug Something isn't working label Apr 11, 2023
ldebek added a commit that referenced this issue Apr 19, 2023
@PeterPetrik PeterPetrik linked a pull request Sep 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants