TheNinthSky
CDCloudflare Developers
•Created by TheNinthSky on 8/29/2024 in #general-help
What causes variations in download speed based on the size of the file?
7 replies
CDCloudflare Developers
•Created by TheNinthSky on 8/19/2024 in #workers-help
Running workers conditionally
Is it possible to run the worker conditionally and not for every incoming request?
In my case, I'd like the worker to run only for document (html) requests, meaning for every request pathname that does not include a period (since having a period in the pathname means directly requesting a file).
3 replies
CDCloudflare Developers
•Created by TheNinthSky on 9/4/2023 in #pages-help
Post deployment action
Hi.
I need to perform a GET request to my prerender server after each successful deploy.
I tried sending a fetch request on the top level of my worker but that fetch request is being intercepted by the worker itself.
So maybe I need something like a post-deploy script or something similar.
Any suggestions?
1 replies