Support to extend lease of a task #211
Unanswered
shalindeval
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Java SDK, TaskResult has a method to set
isExtendLease
totrue
which essentially stops the task from re-SCHEDULING if the worker returns the TaskResult with task status asin_progress
. This is useful for simple and asynchronous tasks. Is it possible to have this in Python SDK anytime soon?MR for Java client, for reference: https://github.com/Netflix/conductor/pull/3186/files
Beta Was this translation helpful? Give feedback.
All reactions