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

Avoid race conditions #144

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Avoid race conditions #144

merged 3 commits into from
Jun 18, 2024

Conversation

aptituz
Copy link
Contributor

@aptituz aptituz commented Jun 14, 2024

Some actions like waiting for running operations et cetera need
to happen in order for the action to work well. Otherwise the
action is prone to race conditions. Thus, this change adds await
statements for all methods where we must await the result.

Some actions like waiting for running operations et cetera need
to happen in order for the action to work well. Otherwise the
action is prone to race conditions. Thus, this change adds await
statements in all methods where we must await the result.
@aptituz aptituz requested a review from a team as a code owner June 14, 2024 14:22
@aptituz
Copy link
Contributor Author

aptituz commented Jun 14, 2024

I don't know why the pre-commit workflow failed. Seems to be some temporary condition? Can someone of the maintainers rerun the job?

@cova-fe cova-fe merged commit 964ffe2 into metro-digital:main Jun 18, 2024
2 checks passed
@aptituz aptituz deleted the await_issues branch June 18, 2024 15:18
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 this pull request may close these issues.

2 participants