Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid fatal error emails when a scheduled task fails #1110

Closed
diosmosis opened this issue May 2, 2024 · 1 comment · Fixed by #1122
Closed

avoid fatal error emails when a scheduled task fails #1110

diosmosis opened this issue May 2, 2024 · 1 comment · Fixed by #1122
Labels
c: Usability For issues that let users achieve a defined goal more effectively or efficiently.

Comments

@diosmosis
Copy link
Member

These exceptions will be propagated to the user as emails and might end up spamming the user. Instead, if a scheduled task fails due to a catchable exception, we should notify admins through the UI alone.

@diosmosis diosmosis added the c: Usability For issues that let users achieve a defined goal more effectively or efficiently. label May 2, 2024
@diosmosis
Copy link
Member Author

Note: this can happen if the geolocation database download fails randomly, which we don't want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Usability For issues that let users achieve a defined goal more effectively or efficiently.
Projects
None yet
1 participant