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

Update: wait for post insert/update/delete hooks to complete (fixes #16) #17

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

chris-steele
Copy link
Contributor

#16

Update

  • wait for post insert/update/delete hooks to complete

@taylortom
Copy link
Collaborator

Small point: if one of the post hooks fail, the whole function call will fail - is this acceptable?

@chris-steele
Copy link
Contributor Author

It's a good point. I think at the moment we lack a comprehensive rollback strategy when things go wrong (with the exception of import doing it partially on failure). On this basis I'd say it's acceptable for now. Keen to hear any thoughts on this, though.

@taylortom taylortom merged commit 218f08a into master Oct 16, 2024
2 checks passed
@taylortom taylortom deleted the issue/16 branch October 16, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants