[ARVADOS] updated: 1.1.4-305-g26744a7
Git user
git at public.curoverse.com
Wed May 23 13:17:59 EDT 2018
Summary of changes:
sdk/cwl/arvados_cwl/http.py | 2 ++
1 file changed, 2 insertions(+)
via 26744a79440c6b5b0e519b4964a5f06fb2ad1c74 (commit)
from 9b1d3444a6a650887620b20f040b5935c550f4af (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 26744a79440c6b5b0e519b4964a5f06fb2ad1c74
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Wed May 23 13:17:40 2018 -0400
11162: Add logging about checking cache
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/http.py b/sdk/cwl/arvados_cwl/http.py
index af9bf04..ab59ad3 100644
--- a/sdk/cwl/arvados_cwl/http.py
+++ b/sdk/cwl/arvados_cwl/http.py
@@ -20,6 +20,8 @@ def fresh_cache(url, properties):
pr = properties[url]
expires = None
+ logger.debug("Checking cache freshness for %s using %s", url, pr)
+
if "Cache-Control" in pr:
if re.match(r"immutable", pr["Cache-Control"]):
return True
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list