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 8bb9055 commit ea709b3Copy full SHA for ea709b3
packages/settings-library/src/settings_library/celery.py
@@ -27,7 +27,7 @@ class CelerySettings(BaseCustomSettings):
27
Field(
28
description="If set to True, result messages will be persistent (after a broker restart)."
29
),
30
- ] = False
+ ] = True
31
32
model_config = SettingsConfigDict(
33
json_schema_extra={
0 commit comments