enso/distribution
Hubert Plociniczak 468b643aad
Add retries to Data.read (#11269)
* Add retries to HTTP Get requests

A quick solution to random network failures for GET HTTP requests.
Should reduce the number of IOExceptions that users see while fetching
data.

* Use homemade retry logic for http requests

* Add retries to whole Data.read

Previously, we added retries only to fetch HTTP_Request. That was
insufficient as intermittent errors might happen while reading body's
stream.

Enhanced our simple server's crash endpoint to allow for different kind
of failures as well as simulate random failures.

* Remove retries from Java

Increased the scope of retries in the previous commit.

* nit

* Address PR comments

* PR comments

* Remove builtin
2024-10-10 10:25:16 +02:00
..
bin engine-runner and language-server are separate JPMS modules (#10823) 2024-09-25 21:33:13 +02:00
engine/THIRD-PARTY Updating snakeyaml and removing no longer needed patches (#11207) 2024-10-01 05:03:28 +02:00
launcher Updating snakeyaml and removing no longer needed patches (#11207) 2024-10-01 05:03:28 +02:00
lib/Standard Add retries to Data.read (#11269) 2024-10-10 10:25:16 +02:00
project-manager/THIRD-PARTY Updating snakeyaml and removing no longer needed patches (#11207) 2024-10-01 05:03:28 +02:00
enso.bundle.template Better component handling in the project manager (#1399) 2021-01-15 15:26:51 +00:00
launcher-manifest.yaml Bump the development version number (#1389) 2021-01-06 08:57:02 +00:00
manifest.template.yaml Initial separation of Snowflake_Dialect from Postgres_Dialect (#10266) 2024-06-13 16:12:20 +00:00