question: with pull, will items sit in the queue for a long time if they are not pulled yet? whats t
question: with pull, will items sit in the queue for a long time if they are not pulled yet? whats the time limit?





Queue send failed: Queue is overloaded. Please back off. for the first time. Does that only happen when the max per-queue message throughput is exceeded? (ie currently 400/s)

Too Many Requests when you hit the rate limit. Did you exceed your backlog in a single queue?Queue send failed: Queue is overloaded. Please back off. was received from workers all over the world at around the same time (calling .send on a queue). .send and the queue storage?.send would only fail when exceeding the msg/s limits (globally) or some truly edge case node failure where it couldn't even save to any sort of recoverable internal storage.



➜ curl "https://api.cloudflare.com/client/v4/accounts/${CF_ACCOUNT_ID}/queues/${QUEUE_ID}/messages/pull" -X POST --data '{}' \
-H "Authorization: Bearer ${QUEUES_TOKEN}" \
-H "Content-Type:application/json"for (const msg of batch.messages) {