michael-s-molina commented on a change in pull request #17337:
URL: https://github.com/apache/superset/pull/17337#discussion_r745768184
##########
File path: superset/config.py
##########
@@ -732,6 +732,10 @@ class CeleryConfig: # pylint:
disable=too-few-public-methods
"task": "reports.prune_log",
"schedule": crontab(minute=0, hour=0),
},
+ "key_value.cleanup": {
+ "task": "key_value.cleanup",
+ "schedule": timedelta(seconds=10),
Review comment:
I forgot to change that 🤪. I was just using 10 seconds for testing but
the default should be 24 hours.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]