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 39fc47e commit 5730c93Copy full SHA for 5730c93
services/storage/tests/conftest.py
@@ -966,9 +966,10 @@ def celery_config() -> dict[str, Any]:
966
"result_expires": datetime.timedelta(days=7),
967
"result_extended": True,
968
"pool": "threads",
969
- "worker_send_task_events": True,
970
- "task_track_started": True,
+ "task_default_queue": "default",
971
"task_send_sent_event": True,
+ "task_track_started": True,
972
+ "worker_send_task_events": True,
973
}
974
975
0 commit comments