We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc8b85 commit 4c14ff8Copy full SHA for 4c14ff8
durabletask/worker.py
@@ -573,7 +573,7 @@ def _execute_orchestrator(
573
customStatus=ph.get_string_value(result.encoded_custom_status),
574
completionToken=completionToken,
575
)
576
- except pe.AbandonOrchestrationError as ex:
+ except pe.AbandonOrchestrationError:
577
self._logger.info(
578
f"Abandoning orchestration. InstanceId = '{req.instanceId}'. Completion token = '{completionToken}'"
579
0 commit comments