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 1c05ef6 commit fb4fcc8Copy full SHA for fb4fcc8
services/storage/tests/conftest.py
@@ -961,8 +961,8 @@ async def fake_datcore_tokens(
961
def celery_config() -> dict[str, Any]:
962
return {
963
"broker_connection_retry_on_startup": True,
964
- "broker_url": "memory://",
965
- "result_backend": "cache+memory://",
+ "broker_url": "memory://localhost//",
+ "result_backend": "cache+memory://localhost//",
966
"result_expires": datetime.timedelta(days=7),
967
"result_extended": True,
968
"pool": "threads",
0 commit comments