trigger.dev
trigger.dev copied to clipboard
Retry payload/output packet imports on transient object storage errors
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.