Marc
Explore posts from serversCDCloudflare 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
Help Switching to JSON Redis Stack
I can confirm by switching the image back to bitnami/redis:latest and then changing the mount point on the volume back to /bitnami I was able to restore my db back to what it was before the attempted change to one with JSON
53 replies