Anyone experienced DispatchFailure(DispatchFailure...
# general
k
Anyone experienced DispatchFailure(DispatchFailure { source: ConnectorError { kind: Timeout, source: HttpTimeoutError { kind: "HTTP read", duration: 30s }, connection: Unknown } }) before when reading from S3?
j
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
Do you have a snippet?
k
Most of the times yes it just comes and goes but my latest ray job died after hundreds of this error
Snippet meaning the code? It's just one line on reading from s3 and then doing a row count
s
I would recommend bumping up the number of tries to something like 15-20 in the S3Config! https://www.getdaft.io/projects/docs/en/latest/api_docs/doc_gen/io_configs/daft.io.S3Config.html
k
Oh cool thank you!