Alerts & reports nothing triggered #35138
Replies: 4 comments 6 replies
-
Here are some key troubleshooting steps for Superset alerts and reports not triggering:
class CeleryConfig:
beat_schedule = {
"reports.scheduler": {
"task": "reports.scheduler",
"schedule": crontab(minute="*", hour="*"),
},
"reports.prune_log": {
"task": "reports.prune_log",
"schedule": crontab(minute=10, hour=0),
},
} See details here.
If these steps don’t resolve the issue, let me know what you find in the logs or config, and I can help dig deeper! To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
-
@dosu step1 and step2 have already double checked. how to check celery worker and beat logs? |
Beta Was this translation helpful? Give feedback.
-
@dosu how to setup MACHINE_AUTH_PROVIDER_CLASS and WEBDRIVER_AUTH_FUNC |
Beta Was this translation helpful? Give feedback.
-
@dosu how to verify my SMTP setting is correct? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have followed up with the instructions to set up superset email reports. but nothing is triggered. I have checked manually that email can be sent correctly. And worker can access the dashboard. superset worker and superset worker beat are also running. May I know how I can further troubleshooting for it? Thanks a lot!!

Beta Was this translation helpful? Give feedback.
All reactions