I changed it to ```js async queue(batch, env, ctx) { for (const message of batch.messages) {
I changed it to
but still the same result. No concurrency. Only starts another batch when the current batch ends
but still the same result. No concurrency. Only starts another batch when the current batch ends

