Yes, each message is a message so both will be processed possibly concurrently if you have a busy qu

Yes, each message is a message so both will be processed possibly concurrently if you have a busy queue. You can disable concurrency though if you need to process them more controlled. See: https://developers.cloudflare.com/queues/configuration/consumer-concurrency/
Was this page helpful?