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 3810eda commit e7f3fa2Copy full SHA for e7f3fa2
packages/settings-library/src/settings_library/celery.py
@@ -44,7 +44,7 @@ class CelerySettings(BaseCustomSettings):
44
"REDIS_HOST": "localhost",
45
"REDIS_PORT": 6379,
46
},
47
- "CELERY_RESULT_EXPIRES": timedelta(days=1),
+ "CELERY_RESULT_EXPIRES": timedelta(days=1), # type: ignore[dict-item]
48
"CELERY_RESULT_PERSISTENT": True,
49
}
50
],
0 commit comments