Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
slapos
Commits
3916d69e
Commit
3916d69e
authored
Jun 18, 2014
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5: check cache hit shows parameters
parent
ad375118
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
stack/erp5/buildout.cfg
stack/erp5/buildout.cfg
+1
-1
stack/erp5/monitor-templates/monitor-check-cache-hit.in
stack/erp5/monitor-templates/monitor-check-cache-hit.in
+1
-0
No files found.
stack/erp5/buildout.cfg
View file @
3916d69e
...
...
@@ -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
...
...
stack/erp5/monitor-templates/monitor-check-cache-hit.in
View file @
3916d69e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment