Fun Miles
Fun Miles
CDCloudflare Developers
Created by Fun Miles on 11/27/2023 in #workers-help
CRON job CPU limit
My cron worker job got killed for exceeding time (32,000 ms). The docs, under CPU time say that for unbound workers, when the schedule interval is more than 1 hour, a scheduled Worker may run for up to 15 minutes.. My job runs once per month. Because my job is a data collecting job where most of the time is spent waiting for an API to reply, I switched to the new standard billing model. Is this how it is supposed to happen, or is there something I could have done wrong?
1 replies
CDCloudflare Developers
Created by Fun Miles on 10/22/2023 in #pages-help
manifest.webmanifest is replaced on load
I have a svelekit app that should be a PWA. I use the cloudflare deploy script and it does upload the manifest.webmanifest page but if I try to retrieve it, I get a totally different result. A full HTM page loading some css and a script that eventually renders a 404. Why isn't it serving my file? How do I fix it?
2 replies