#707 ERR-02: Non-deterministic time.sleep() inside transaction
Description
EditLocation: 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 AllLoading audit history...