Question. The docs [say](https://developers.cloudflare.com/queues/platform/limits/) consumers get 30
Question. The docs say consumers get 30 seconds of CPU time. I'm trying to understand what this means practically. If my consumer is sent a batch of 10 messages, and each of those messages needs sending to e.g. an AI analysis API, is that likely to max out the 30 seconds of CPU time? How can one reliably predict CPU time for a given task?





