#386 HIGH: time.sleep() in retry logic blocks event loop and is non-deterministic
Description
Editoperators.py:116-119 - Retry delay uses synchronous time.sleep() which blocks and is non-deterministic on replay. Should use durable sleep via ctx.sleep() or Absurd queue scheduler.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...