generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Redeploy failed to delete subscriptions #2655
Labels
next
Work that will be be picked up next
Comments
Open
stuartwdouglas
added a commit
that referenced
this issue
Sep 12, 2024
If we are using the 'defer tx.CommitOrRollback(ctx, &err)' pattern this will not roll back on error if the err variable has been shadowed in a code block, as the outer err is not updated. fixes #2655
stuartwdouglas
added a commit
that referenced
this issue
Sep 12, 2024
If we are using the 'defer tx.CommitOrRollback(ctx, &err)' pattern this will not roll back on error if the err variable has been shadowed in a code block, as the outer err is not updated. fixes #2655
stuartwdouglas
added a commit
that referenced
this issue
Sep 13, 2024
stuartwdouglas
added a commit
that referenced
this issue
Sep 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PFI redeploy failed due to a failure to delete subscriptions:
Note the large time gap between subscriber deletion and subscription deletion, it is likely some kind of lock issue.
The text was updated successfully, but these errors were encountered: