willbarrett commented on issue #9236: Email scheduling functionality not working in docker container URL: https://github.com/apache/incubator-superset/issues/9236#issuecomment-594667419 Hi @thammaneni - it appears that your tasks are running into a default time limit configured in `superset/config.py` under the `CELERY_ANNOTATIONS` constant. I'm not sure why your tasks start taking longer after an hour, but I would experiment with altering the configuration on your install to allow for a longer `soft_time_limit` and `hard_time_limit`. Here are the relevant line in the Superset configuration: https://github.com/apache/incubator-superset/blob/7a91498cf1a9e56d4b3d7b3805076137525ea277/superset/config.py#L479-L480
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
