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 2ea9853 commit 514bfa6Copy full SHA for 514bfa6
packages/celery-library/src/celery_library/errors.py
@@ -27,8 +27,8 @@ def decode_celery_transferrable_error(error: TransferrableCeleryError) -> Except
27
28
29
class TaskSubmissionError(OsparcErrorMixin, Exception):
30
- msg_template = "Unable to submit task {task_name} with id '{task_key}' and params {task_params}"
+ msg_template = "Unable to submit task {task_name} with key '{task_key}' and params {task_params}"
31
32
33
class TaskNotFoundError(OsparcErrorMixin, Exception):
34
- msg_template = "Task with id '{task_key}' was not found"
+ msg_template = "Task with key '{task_key}' was not found"
0 commit comments