hatchet
hatchet copied to clipboard
bug(python-sdk): listener retries fail when the engine is ready
When the worker attempts a retry, the first few attempts fail despite the engine being ready to connect. Steps to reproduce:
- start the dev server
- start a worker
- kill the dev server
- restart the dev server
The server logs begin but attempts still fail.