-
Notifications
You must be signed in to change notification settings - Fork 47
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
Better error handling in tom_alerts #1060
Labels
Data Services
Data Services
maintenance
Non-user facing updates to clean code and make developer life easier.
User
Issue Raised by a user
Comments
jchate6
added
Data Services
Data Services
maintenance
Non-user facing updates to clean code and make developer life easier.
labels
Oct 1, 2024
I would add one for lasair: with the default
|
Open
40 tasks
11 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Data Services
Data Services
maintenance
Non-user facing updates to clean code and make developer life easier.
User
Issue Raised by a user
Some of these issues may have been resolved separately
see #640
As a TOM user, I would like errors in the various broker forms to be displayed with an error message, rather than a 500 / stacktrace on the page. Right now, if you type in the wrong values, or if there is an error in your query to the broker service, it will result in a stacktrace/500 page rather than simple showing you the error on your current page. We need to engineer it better so that these errors are captured and reported back to the user in a helpful way. Some of the errors we may be able to just protect against in the first place, like different formatting errors within some of the fields.
Some common error correcting we should do in all brokers:
Tasks:
'limit' : 1000
in the sql_query (see Below)The text was updated successfully, but these errors were encountered: