Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Mar 7, 2024
1 parent 190ed94 commit f820474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions atxm/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,9 @@ def __strategize(self) -> None:
params_updated = True

if not params_updated:
# TODO is this a potential forever wait - this is really controlled by strategies
# who can no longer do anything. if we limit the wait here then the TimeoutStrategy
# becomes useless - something to think about. #14
log.info(
f"[wait] strategies made no suggested updates to "
f"pending tx #{_active_copy.id} - skipping retry round"
Expand Down

0 comments on commit f820474

Please sign in to comment.