conductor-sdk / conductor-python

Conductor OSS SDK for Python programming language
Apache License 2.0
52 stars 26 forks source link

Fix do while task list and prototype shared tasks #223

Closed coderabhigupta closed 7 months ago

coderabhigupta commented 7 months ago

Allow sharing task definitions amongst a worker process in order to conserve memory: #219 Fix DoWhileTask/LoopTask with several subtasks: #220