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 6a8873f commit 04b3cf5Copy full SHA for 04b3cf5
packages/service-library/src/servicelib/long_running_tasks/task.py
@@ -354,15 +354,11 @@ async def _tasks_monitor(self) -> None:
354
_logger.exception(
355
**create_troubleshootting_log_kwargs(
356
(
357
- f"Execution of {task_id=} finished with error "
+ f"Execution of {task_id=} finished with an error "
358
f"which could not be serialized"
359
),
360
error=serialization_error,
361
- error_context={
362
- "task_id": task_id,
363
- "task_data": task_data,
364
- "namespace": self.lrt_namespace,
365
- },
+ tip="Check the error above for more details",
366
367
)
368
result_field = ResultField(
0 commit comments