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

Create Task Error Handling and Audit Task Errors #257

Open
jue-henry opened this issue Nov 12, 2024 · 0 comments
Open

Create Task Error Handling and Audit Task Errors #257

jue-henry opened this issue Nov 12, 2024 · 0 comments

Comments

@jue-henry
Copy link
Contributor

jue-henry commented Nov 12, 2024

Currently some of our errors related to async tasks are fallen to the wayside as there appears to be discrepancies between how errors are handled, particularly differences between errors when creating the async task vs errors received after the async task is completed/failed.

Ex: malform the body of the the getStats task here, then try and getStats via the button on the filter panel footer

Screenshot 2024-11-12 at 3 20 38 PM

This should cause an error to appear via the ErrorToast, but it just causes the stats page to load indefinitely, since we never see the error toast and dismiss any error

@jue-henry jue-henry changed the title Create Task Error Handling and Audit Task Errors Conformity Create Task Error Handling and Audit Task Errors Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant