From c53d21cf38263206af292b48d6369ee1662bd4be Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sun, 10 Dec 2023 21:43:07 +0000 Subject: Limit retries in case of install_deps_failure A new config option (backoff_delays) was added to ulri. It contains a list of delays (in seconds) between retries and default to [5*60, 30*60, 60*60, 120*60] (5m, 30m, 1h, 2h). When reaching the end of the list, we fail permanently. To never retry, set it to []. To retry forever, set it to undef. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e76243e..4254478 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ - iurt: Fix / of the chroot belonging to the user instead of root - iurt: Make generation of the chroot archive more atomic - iurt: Use the target directory when reference chroot needs to be updated +- ulri: Limit retries in case of install_deps_failure. A new config option + backoff_delays is a list of delays before retrying, and when reaching the + end of the list, we fail permanently. 0.8.2.2 - ulri: Fix a crash after build failures -- cgit v1.2.1