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 2020/02/04 00:33:49 UTC

[GitHub] [incubator-superset] yatin-kapur opened a new issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports

yatin-kapur opened a new issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports
URL: https://github.com/apache/incubator-superset/issues/9079
 
 
   CELERYBEAT_SCHEDULE doesn't seem to get triggered when trying to queue email report requests. 
   
   ### Expected results
   
   I have a task that should run every two seconds, and have created that task in schedules.py just like the email report, but neither of them work.
   
   ### Actual results
   
   The celery beat logs don't seem to show anything.
   
   #### Screenshots
   
   If applicable, add screenshots to help explain your problem.
   
   #### How to reproduce the bug
   
   1. Go to '...'
   2. Click on '....'
   3. Scroll down to '....'
   4. See error
   
   ### Environment
   
   (please complete the following information):
   
   - superset version: `superset version` 0.34
   - python version: `python --version` 3.6
   - node.js version: `node -v`
   - npm version: `npm -v`
   
   ### Checklist
   
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   ### Additional context
   
   Add any other context about the problem here.
   

----------------------------------------------------------------
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


[GitHub] [incubator-superset] jackyq2015 commented on issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports

Posted by GitBox <gi...@apache.org>.
jackyq2015 commented on issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports
URL: https://github.com/apache/incubator-superset/issues/9079#issuecomment-593117545
 
 
   You can set celery beat logs level to debug.
   
   Also, can you please post the change you made?

----------------------------------------------------------------
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


[GitHub] [incubator-superset] yatin-kapur closed issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports

Posted by GitBox <gi...@apache.org>.
yatin-kapur closed issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports
URL: https://github.com/apache/incubator-superset/issues/9079
 
 
   

----------------------------------------------------------------
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


[GitHub] [incubator-superset] yatin-kapur commented on issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports

Posted by GitBox <gi...@apache.org>.
yatin-kapur commented on issue #9079: CELERYBEAT_SCHEDULE not registering tasks for email reports
URL: https://github.com/apache/incubator-superset/issues/9079#issuecomment-593119530
 
 
   Forgot to update this thread, but can close the issue now. I was writing to the incorrect superset_config.py file so my settings were getting overwritten. 

----------------------------------------------------------------
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