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

[Improvement] Loader error policy: either ignore or fail #4

Open
samber opened this issue Jul 23, 2024 · 0 comments
Open

[Improvement] Loader error policy: either ignore or fail #4

samber opened this issue Jul 23, 2024 · 0 comments

Comments

@samber
Copy link
Owner

samber commented Jul 23, 2024

Chaining multiple loader such as Redis for cache then PG for data source is nice. Today, if the first loader is unavailable and returns an error (Redis in my example), requesting PG might lead to self-ddos.

The current behavior is to stop the chain and return an error. Maybe we could make it optional.

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