hatchet icon indicating copy to clipboard operation
hatchet copied to clipboard

bug(python-sdk): listener retries fail when the engine is ready

Open grutt opened this issue 1 year ago • 0 comments

When the worker attempts a retry, the first few attempts fail despite the engine being ready to connect. Steps to reproduce:

  1. start the dev server
  2. start a worker
  3. kill the dev server
  4. restart the dev server

The server logs begin but attempts still fail.

grutt avatar Feb 22 '24 02:02 grutt