You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
traceback=f"check remote side for logs, HINT: service replying to: '{client._base_url}' for '{task_id=}'",
127
-
)
128
-
_logger.warning(f"{error}")
129
-
raiseerrorfrome
130
122
exceptTimeoutErrorase:
131
123
awaitclient.cancel_and_delete_task(task_id)
132
124
raiseTaskClientTimeoutError(
133
125
task_id=task_id,
134
126
timeout=task_timeout,
135
127
exception=e,
136
128
) frome
129
+
exceptExceptionase:
130
+
error=TaskExceptionError(
131
+
task_id=task_id,
132
+
exception=e,
133
+
traceback=f"check remote side for logs, HINT: service replying to: '{client._base_url}' for '{task_id=}'", # noqa: SLF001 # pylint:disable=protected-access
0 commit comments