This commit is contained in:
2026-07-11 12:51:48 +08:00
parent 698626a15a
commit b9c0a31a4b
82 changed files with 2594 additions and 7930 deletions
-2
View File
@@ -77,8 +77,6 @@ if broker_url:
task_serializer="json",
accept_content=["json"],
result_serializer="json",
result_expires=max(60, int(settings.CELERY_RESULT_EXPIRES_SECONDS or 7200)),
task_store_errors_even_if_ignored=True,
timezone="Asia/Shanghai",
enable_utc=True,
task_soft_time_limit=600,