Marc
Marc
Explore posts from servers
CDCloudflare Developers
Created by Marc on 9/4/2024 in #workers-help
Does sleeping/delaying count as CPU time?
So would it be better to have a flow like: http request to store request id in Cloudflare queues -> queue triggers worker which polls api using request id by sleeping on again off again for 10 seconds at a time Would that make sure it wouldn't be killed for at least 15 mins? Most polling will be done in under 1 minute but some can take 5min+ so I want to be sure
3 replies