Skip to content

Commit 155cf16

Browse files
wu-clanRanY-Luck
authored andcommitted
Fix the parsing of execution task params (fastapi-practices#725)
* Fix the parsing of execution task params * Enhanced checksums
1 parent 9d09e88 commit 155cf16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/app/task/service/scheduler_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ async def execute(*, pk: int) -> None:
156156
else:
157157
celery_app.send_task(name=task_scheduler.task, args=args, kwargs=kwargs)
158158

159-
160159
@staticmethod
161160
async def revoke(*, task_id: str) -> None:
162161
"""

0 commit comments

Comments
 (0)