balena-os / leviathan-worker

The worker layer for Leviathan including worker plugins QemuKit & AutoKit
Apache License 2.0
6 stars 4 forks source link

address image sending timeouts #91

Closed rcooke-warwick closed 8 months ago

rcooke-warwick commented 8 months ago

This is a change to be paired with https://github.com/balena-os/leviathan/pull/1072 to try to reduce the risk of connection drops while streaming the OS images to the worker. For larger images, especially when preloaded, the connection is prone to timing out. These PR's attempt to remove the http request and server timeouts.

The seperate heartbeat timeout that we have will timeout the test run if something goes wrong.

Change-type: patch

acostach commented 8 months ago

lgtm