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

feat(contribute.ts): avoid duplicate invocation of compute step #270

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

glamperd
Copy link
Contributor

@glamperd glamperd commented Mar 8, 2024

Adds guard to prevent race condition when conditions allow start of compute step

fix #268


name: Pull Request
about: Open a PR for p0tion

Description

Adds guard against duplicate invocation of compute step

Fixes # (issue)

How Has This Been Tested?

Tested using local environment

Checklist:

  • [x ] My code follows the style guidelines of this project
  • [ x] I have performed a self-review of my own code
  • [ x] I have commented my code, particularly in hard-to-understand areas
  • [ x] I have made corresponding changes to the documentation
  • [ x] My changes generate no new warnings
  • [ x] Any dependent changes have been merged and published in downstream modules
  • [ x] I reviewed the code of conduct and contributors' guide

Adds guard to prevent race condition when conditions allow start of compute step

fix #268
@NicoSerranoP NicoSerranoP merged commit 671e653 into dev Mar 8, 2024
1 check failed
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.

Avoid duplicate invocations of contribute in CLI
2 participants