#386 HIGH: time.sleep() in retry logic blocks event loop and is non-deterministic

closed high Created 2025-12-11 22:21 · Updated 2025-12-12 19:07

Description

Edit
operators.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 All
Loading audit history...