Commit 3916d69e authored by Tristan Cavelier's avatar Tristan Cavelier

erp5: check cache hit shows parameters

parent ad375118
......@@ -191,7 +191,7 @@ output = ${buildout:directory}/template-http-monitor.cfg.in
< = download-base
url = ${:_profile_base_location_}/monitor-templates/monitor-check-cache-hit.in
download-only = true
md5sum = 754a5ecf47ad1eeb044b2d621219a459
md5sum = 8fa7cad311d1c525bca7eb66cda4874c
filename = monitor-check-cache-hit.in
mode = 0644
......
......@@ -60,6 +60,7 @@ resolve_list = {{ resolve_list }}
parsed_url_dict = {}
info("Start checking for cache hits")
info("Parameters:\nurl_list:", url_list, "\nresolve_list:", resolve_list)
def do_request(url):
if parsed_url_dict.get("url") is not None: return
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment