Nope cache clear is not working...
--- a/src/catedit/tasks.py Wed Apr 15 04:04:07 2015 +0200
+++ b/src/catedit/tasks.py Wed Apr 15 04:07:31 2015 +0200
@@ -27,8 +27,8 @@
message=message
)
registry_key = "categories_"+repository+"_keys"
- r = requests.post(app.config['BASE_URL']+"/meta/cache-clear/"+registry_key)
- #r = requests.post(app.config['BASE_URL']+"/meta/cache-clear")
+ #r = requests.post(app.config['BASE_URL']+"/meta/cache-clear/"+registry_key)
+ r = requests.post(app.config['BASE_URL']+"/meta/cache-clear")
try:
r.raise_for_status()
except: