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

Make sure the call of the propagation endpoint is not inside a database transaction #1081

Open
GeoffreyHuck opened this issue May 24, 2024 · 1 comment · May be fixed by #1099
Open

Make sure the call of the propagation endpoint is not inside a database transaction #1081

GeoffreyHuck opened this issue May 24, 2024 · 1 comment · May be fixed by #1099

Comments

@GeoffreyHuck
Copy link
Contributor

Make sure the HTTP call is never made inside a database transaction.

@GeoffreyHuck GeoffreyHuck self-assigned this May 24, 2024
@GeoffreyHuck
Copy link
Contributor Author

GeoffreyHuck commented Jun 14, 2024

Better to do this before #1047 where we put all propagations in async, otherwise we might face issues with long blocking transactions because of the endpoint call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant