#707 ERR-02: Non-deterministic time.sleep() inside transaction

closed high Created 2025-12-25 02:56 · Updated 2025-12-25 03:40

Description

Edit
Location: operators.py:247-262. Issue: Inline retry uses time.sleep() holding DB connection open. Violates Temporal determinism. Causes connection pool exhaustion. Fix: Schedule task for future execution using absurd_client.schedule_task() instead.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...