Skip to content

Cannot get Object from S3 bucket #46

@TillaTheHun0

Description

@TillaTheHun0

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 getObject fails, then retry up to 3 times with a backoff between retries
  • Cache the result of getObject in memory. One of:
    • fallback to cache, if getObject fails
    • stale-while-revalidate pattern (using setTimeout)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions