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/11/05 07:45:27 UTC

[GitHub] [incubator-superset] toilv opened a new issue #8504: Can not work with email report when reboot

toilv opened a new issue #8504: Can not work with email report when reboot
URL: https://github.com/apache/incubator-superset/issues/8504
 
 
   After reboot the server, the send mail does not work anymore, no error fire in log
   
   ### Expected results
   
   It's normaly work with 3 shell terminal open at the same time . But when i put it to cronjob it does not work anymore.
   
   `
   @reboot sleep 60 && /usr/local/bin/superset run -h 192.168.250.10 -p 8080 --with-threads --reload --debugger
   @reboot sleep 80 && /usr/local/bin/celery worker --app=superset.tasks.celery_app:app --pool=prefork -Ofair -c 4
   @reboot sleep 90 && /usr/local/bin/celeryt --app=superset.tasks.celery_app:app
   `

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