Skip to content

System may block on condition forever #389

@crawfxrd

Description

@crawfxrd

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions