Hey 🙂 I was curious about how consuming

Hey! 🙂 I was curious about how consuming from queues works from a per-worker perspective. I know that it's limited to 100/s right now, but for example if I have a worker set to a batch of 50, and I have 101 items in the queue, will it immediately spawn 3 workers? Or will one worker sequentially process batches of up to 50?
5 Replies
DanTheGoodman
DanTheGoodman•2y ago
Ideally there'd be some concurrency with that 🙂
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
DanTheGoodman
DanTheGoodman•2y ago
Gotcha, thanks! Does the batch size of 100 ever plan to increase as well? @alex.robinson
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
DanTheGoodman
DanTheGoodman•2y ago
I am a user who wants it 🙃