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

System may block on condition forever #389

Open
crawfxrd opened this issue Jul 29, 2023 · 0 comments
Open

System may block on condition forever #389

crawfxrd opened this issue Jul 29, 2023 · 0 comments

Comments

@crawfxrd
Copy link
Member

crawfxrd commented Jul 29, 2023

System must not use loops that have the potential to block forever waiting on a condition. Any such loop must add a mechanism to ensure the loop will terminate, such as:

  • Retry limit
  • Timeout
  • Restructure logic to not require in-line waiting (remove the loop)
@crawfxrd crawfxrd changed the title Resolve potentially infinitely blocking code System may block on condition forever Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant