From: Peter Amstutz Date: Fri, 23 Feb 2024 18:45:07 +0000 (-0500) Subject: 19744: Need to have runtime_constraints on hand X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/282c677a7f39fe4186085c2705472bff9658a012?hp=316b202c1c91a777432d5c4697305e61c1afa972 19744: Need to have runtime_constraints on hand Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py index 8facc9f380..729baffe1d 100644 --- a/sdk/cwl/arvados_cwl/executor.py +++ b/sdk/cwl/arvados_cwl/executor.py @@ -370,7 +370,8 @@ The 'jobs' API is no longer supported. page = keys[:pageSize] try: proc_states = table.list(filters=[["uuid", "in", page]], select=["uuid", "container_uuid", "state", "log_uuid", - "output_uuid", "modified_at", "properties"]).execute(num_retries=self.num_retries) + "output_uuid", "modified_at", "properties", + "runtime_constraints"]).execute(num_retries=self.num_retries) except Exception as e: logger.warning("Temporary error checking states on API server: %s", e) remain_wait = self.poll_interval