-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
This seems to happen very intermittently.
When the adapter attempts to fetch an object from S3, S3 will produce an error, causing the adapter to throw and eventually bubble up to the hyper consumer.
I think we can add some resiliency here. Some potential strategies:
- If
getObjectfails, then retry up to 3 times with a backoff between retries - Cache the result of
getObjectin memory. One of:- fallback to cache, if
getObjectfails - stale-while-revalidate pattern (using
setTimeout)
- fallback to cache, if
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
📋 Backlog