enable skip cache
Build and Push Docker Images / build-and-push (push) Successful in 4m0s

This commit is contained in:
2025-08-05 13:14:41 +02:00
parent aca58e6c50
commit e8d6807725
+1 -1
View File
@@ -94,7 +94,7 @@ class PuppeteerHealthcheck:
# Construct the URL with the test URL as a parameter # Construct the URL with the test URL as a parameter
base_url = f"http://{host}:8000" base_url = f"http://{host}:8000"
encoded_test_url = quote(self.test_url, safe='') encoded_test_url = quote(self.test_url, safe='')
url = f"{base_url}/?url={encoded_test_url}" url = f"{base_url}/?url={encoded_test_url}&skipCache=true"
headers = { headers = {
'x-api-key': self.api_key, 'x-api-key': self.api_key,