You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/23 13:21:15 UTC

[GitHub] [incubator-superset] blcksrx commented on issue #8884: Trying to schedule a dashboard delivery via email throws an error

blcksrx commented on issue #8884: Trying to schedule a dashboard delivery via email throws an error
URL: https://github.com/apache/incubator-superset/issues/8884#issuecomment-568473651
 
 
   Confirmed, This issue happens because of setting **celery task soft timeout  hardcode** in the ``tasks/schedule.py``:
   ```
   @celery_app.task(name="email_reports.send", bind=True, soft_time_limit=300)
   ```
   I will create a PR for that.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org