Is the max throughput also still supposed to be 100/s? I noticed I get get about 225/s pretty reliab
Is the max throughput also still supposed to be 100/s? I noticed I get get about 225/s pretty reliably
sendBatch API.readonly name: string on the Queue type in the runtime binding. Useful when routing queue messages inside the queue handler for self-consumers of multiple queues (batch has the string name)
DelaySeconds (up to 15 minutes) when sending a message would be so nicequeue.send(payload, { delay: 15000 }) would be quite useful, in my case I want to wait couple of minutes before sending it to the queue to give time for other tasks to properly complete that might be coming from other sources.Retries are not done for e.g. consumers that throws errors right?It's my understanding that's exactly when retries are done, when the consumer throws - but probably best for someone orange to confirm
If the queue function throws bitwrangler dev --localIn the future, we expect to support other APIs, such as HTTP endpoints to send or receive messages.

sendBatchreadonly name: stringQueuequeueDelaySecondsqueue.send(payload, { delay: 15000 })If the queue function throwswrangler dev --local