trigger.dev icon indicating copy to clipboard operation
trigger.dev copied to clipboard

Retry payload/output packet imports on transient object storage errors

Open myftija opened this issue 3 months ago • 0 comments

Context We use object storage for runs with large payloads or outputs. Currently we don't retry failures when importing payload/output packets from the storage bucket, i.e., transient issues in the object storage service can cause entire runs to fail.

Proposed solution Add a simple retry mechanism to avoid run disruptions from transient network and object storage errors.

myftija avatar Sep 08 '25 17:09 myftija