From f49f387a58ac8ec0cfea84be1f868fea45d7b056 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 1 May 2023 15:17:05 -0400 Subject: [PATCH] 20432: Tweak "error checking states on API server" message Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- sdk/cwl/arvados_cwl/executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py index 22e3f1fdeb..ceb746083b 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 -- 2.39.5