This commit is contained in:
2022-01-10 15:20:15 +01:00
parent 492d04e098
commit f09c937958

View File

@@ -182,7 +182,7 @@ def update_sources_and_policies(sources, policies, update_type="upload"):
def update_channel_cache():
# Update channel cache of data-api
logging.info("Update channel cache")
response = requests.post("https://data-api.psi.ch/sf/channels/config", json={"reload": "true"})
response = requests.post("https://data-api.psi.ch/sf-databuffer/channels/config", json={"reload": "true"})
if response.ok:
logging.info("Channel cache updated successfully!")
else: