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 08f58d7 commit 170c33bCopy full SHA for 170c33b
packages/service-library/tests/deferred_tasks/test__redis_task_tracker.py
@@ -22,7 +22,8 @@ def task_schedule() -> TaskScheduleModel:
22
return TypeAdapter(TaskScheduleModel).validate_python(
23
{
24
"timeout": timedelta(seconds=1),
25
- "execution_attempts": 1,
+ "total_attempts": 1,
26
+ "execution_attempts": 2,
27
"class_unique_reference": "mock",
28
"start_context": {},
29
"state": TaskState.SCHEDULED,
0 commit comments