Skip to content

Commit 9abaa1a

Browse files
committed
remove unused config
1 parent 8f36341 commit 9abaa1a

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

app/question_generation_task_service.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ def get_celery_app(cls) -> Celery:
5353
broker=redis_url,
5454
backend=redis_url,
5555
)
56-
cls._celery_app.conf.update(
57-
task_serializer="json",
58-
result_serializer="json",
59-
accept_content=["json"],
60-
task_track_started=True,
61-
task_time_limit=60 * 60,
62-
)
6356
return cls._celery_app
6457

6558
@classmethod

0 commit comments

Comments
 (0)