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

Remove error-logging Saga #472

Closed
carlgieringer opened this issue Jul 16, 2023 · 2 comments
Closed

Remove error-logging Saga #472

carlgieringer opened this issue Jul 16, 2023 · 2 comments
Labels
clean code Work to improve the codebase devprod Development productivity. Local development, automated testing, etc.

Comments

@carlgieringer
Copy link
Contributor

I think I added this Saga to paranoidly become aware of every single failed action. But some actions are handled, and so shouldn't be logged as problems. Also putting the errors in the state results in a 'non-serializable action payload' error.

@carlgieringer carlgieringer added clean code Work to improve the codebase devprod Development productivity. Local development, automated testing, etc. labels Feb 18, 2024
@carlgieringer
Copy link
Contributor Author

Adding devprod because the extraneous error messages add noise making it more difficult to see new important error messages.

@carlgieringer
Copy link
Contributor Author

Fixed in #726.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clean code Work to improve the codebase devprod Development productivity. Local development, automated testing, etc.
Projects
None yet
Development

No branches or pull requests

1 participant