hatchet-dev / hatchet-python

Hatchet Python SDK for Interacting with the Hatchet Engine
23 stars 12 forks source link

fix: context memory leak in worker and small typing issues #73

Closed abelanger5 closed 3 months ago

abelanger5 commented 3 months ago

Fixes a memory leak of Context objects in the worker code. Refactors the worker code to use a shared cleanup method for each step run or get group key run.

Also fixes https://github.com/hatchet-dev/hatchet/issues/689