[arvados] updated: 2.6.1-7-gabcc0cc2b
git repository hosting
git at public.arvados.org
Mon May 1 19:19:05 UTC 2023
Summary of changes:
sdk/cwl/arvados_cwl/executor.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via abcc0cc2bb9f6b63a2b8a4d7f77a77a0f2a1f58a (commit)
from 34cf94d17eac018904bc139afeac32293cfa6a09 (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 abcc0cc2bb9f6b63a2b8a4d7f77a77a0f2a1f58a
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>
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