Skip to content

Commit 02ae2da

Browse files
committed
remove
1 parent dde47be commit 02ae2da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/conductor/client/automator/async_task_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ async def __async_update_task(self, task_result: TaskResult):
845845
logger.warning(
846846
"Server does not support update-task-v2 endpoint (HTTP 404). "
847847
"Falling back to v1 update endpoint. "
848-
"Upgrade your Orkes Conductor instance to v5+ to enable the v2 endpoint."
848+
"Upgrade your Conductor instance to v5+ to enable the v2 endpoint."
849849
)
850850
self._use_update_v2 = False
851851
# Retry immediately with v1

src/conductor/client/automator/task_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def __update_task(self, task_result: TaskResult):
875875
logger.warning(
876876
"Server does not support update-task-v2 endpoint (HTTP 404). "
877877
"Falling back to v1 update endpoint. "
878-
"Upgrade your Orkes Conductor instance to v5+ to enable the v2 endpoint."
878+
"Upgrade your Orkes instance to v5+ to enable the v2 endpoint."
879879
)
880880
self._use_update_v2 = False
881881
# Retry immediately with v1

0 commit comments

Comments
 (0)