Anyone experienced DispatchFailure(DispatchFailure { source: ConnectorError { kind: Timeout, source: HttpTimeoutError { kind: "HTTP read", duration: 30s }, connection: Unknown } }) before when reading from S3?
j
jay
09/10/2024, 3:54 AM
Hey @Kyle is this ephemeral? You might need to increase some of the retries
Sometime S3 will scream at you if you hit it too hard in a short amount of time 🫡
s
Sammy Sidhu
09/10/2024, 3:54 AM
Do you have a snippet?
k
Kyle
09/10/2024, 4:25 AM
Most of the times yes it just comes and goes but my latest ray job died after hundreds of this error
Kyle
09/10/2024, 4:57 AM
Snippet meaning the code? It's just one line on reading from s3 and then doing a row count