deltacat
deltacat copied to clipboard
Leverage Daft Transient Errors to retry tasks on ray and drop timeout times
- Upgrade Daft to 0.2.23
- Cut down connect timeout to 5 seconds and read timeout to 10 seconds
- Add Daft Transient error to retry list for ray
- This version of daft also will not panic on connection issues.
This leverages: https://github.com/Eventual-Inc/Daft/pull/2197 and https://github.com/Eventual-Inc/Daft/pull/2214
We are upgrading Ray version. We will plan this deployment after observing new Ray version to isolate issues that may be related to either of the changes.
Thanks for this PR. Are connections per file still relevant?
Still should be, the number of connections per file let's you tune between throughput and number of failures before we retry.