You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: