mirror of
https://github.com/apache/superset.git
synced 2026-04-23 18:14:56 +00:00
feat(prune_logs): add optional max_rows_per_run param (#36313)
This commit is contained in:
@@ -1215,7 +1215,7 @@ class CeleryConfig: # pylint: disable=too-few-public-methods
|
||||
# "prune_logs": {
|
||||
# "task": "prune_logs",
|
||||
# "schedule": crontab(minute="*", hour="*"),
|
||||
# "kwargs": {"retention_period_days": 180},
|
||||
# "kwargs": {"retention_period_days": 180, "max_rows_per_run": 10000},
|
||||
# },
|
||||
# Uncomment to enable Slack channel cache warm-up
|
||||
# "slack.cache_channels": {
|
||||
|
||||
Reference in New Issue
Block a user