Transient query execution errors sent to alert owners as alert failure notifications #20418
Closed
3 tasks done
Labels
#bug
Bug report
When executing alert queries, if there is any transient errors, the error will be sent to users as alert failures. However, this could be avoided by adding retries.
How to reproduce the bug
This bug can only be reproduced when there is any transient error when executing queries.
Expected results
If the alert itself is working, users shouldn't receive a notification saying the alert fails.
Actual results
When there is a transient error, users will receive a notification with the transient error message.And also, the error message isn't helpful for alert owners to debug as it is usually internal errors.
Screenshots
N/A
Environment
(please complete the following information):
superset version
: latestpython --version
: any python versionnode -v
N/AChecklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: