Kris
CDCloudflare Developers
•Created by Kodie Goodwin on 10/23/2023 in #workers-help
Queues CPU Limits
Can confirm it's 15 minutes for queue consumers.
3 replies
CDCloudflare Developers
•Created by Kris on 7/11/2023 in #workers-help
Long-running worker performance
Running the worker locally against the production DB leads to durations about 50% as long as production workers. Seems to suggest the primary issue is DB performance. I'll dig into DB query optimization first. I'm also going to try deploying the sync task as a Supabase edge function instead of a Cloudflare worker to see if that performs better.
7 replies
CDCloudflare Developers
•Created by Kris on 7/11/2023 in #workers-help
Long-running worker performance
Yeah, I've enabled Smart Placement, but it had no noticeable effect on execution duration.
7 replies
CDCloudflare Developers
•Created by Kris on 7/11/2023 in #workers-help
Long-running worker performance
Some 99th percentile stats:
- CPU time: 3,053.7 ms
- Execution duration: 41.5 GB-sec
- Subrequests: ~10 per request (at least, according to the metrics reported)
7 replies