Working on API

This commit is contained in:
2025-09-25 22:58:31 +02:00
parent 48f5b009ae
commit 1f7ef200e7
16 changed files with 618 additions and 63 deletions

View File

@@ -28,8 +28,8 @@ celery_app.conf.update(
timezone="UTC",
enable_utc=True,
task_track_started=True,
task_time_limit=300, # 5 minutes
task_soft_time_limit=240, # 4 minutes
task_time_limit=300, # 5 minutes
task_soft_time_limit=240, # 4 minutes
)
if __name__ == "__main__":