conductor-python
conductor-python copied to clipboard
Added extendLease as task_router param
- The task with
extendLeaseset toTruewon't be rescheduled by the Conductor unless it gets timed out withRETRYset as timeoutPolicy.
Note: The feature is already implemented on the Conductor core and Java client. Just the task_router needs to be updated on Python's client side.
Discussion ref: https://github.com/Netflix/conductor/issues/1378
@v1r3n Could you please review it?