hatchet-dev / hatchet-python

Hatchet Python SDK for Interacting with the Hatchet Engine
10 stars 3 forks source link

fix: always interrupt #77

Closed grutt closed 5 days ago

grutt commented 5 days ago

We were blocking on exception from read since interrupt was never called. By moving the interrupt to the finally block, we can catch grpc errors and handle listener retries.