[arvados] updated: 2.6.0-87-g9f86e39c7
git repository hosting
git at public.arvados.org
Mon May 1 19:17:53 UTC 2023
Summary of changes:
sdk/cwl/arvados_cwl/executor.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 9f86e39c7720f1291194fc8eea867a175e94e07f (commit)
via f49f387a58ac8ec0cfea84be1f868fea45d7b056 (commit)
from a1df219027bce409d2ad659b6033f5d76fb540ea (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9f86e39c7720f1291194fc8eea867a175e94e07f
Merge: a1df21902 f49f387a5
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon May 1 15:17:37 2023 -0400
Merge branch '20432-getting-containers' refs #20432
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
commit f49f387a58ac8ec0cfea84be1f868fea45d7b056
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Mon May 1 15:17:05 2023 -0400
20432: Tweak "error checking states on API server" message
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py
index 22e3f1fde..ceb746083 100644
--- a/sdk/cwl/arvados_cwl/executor.py
+++ b/sdk/cwl/arvados_cwl/executor.py
@@ -370,7 +370,7 @@ The 'jobs' API is no longer supported.
try:
proc_states = table.list(filters=[["uuid", "in", page]]).execute(num_retries=self.num_retries)
except Exception as e:
- logger.exception("Error checking states on API server: %s", e)
+ logger.warning("Temporary error checking states on API server: %s", e)
remain_wait = self.poll_interval
continue
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list