Queues taking 25 seconds to be consumed in development. Why?
In local development, when I have an api route that triggers a queue using hono, and the consumer simply console logs the message, for some reason it has a delay of 25 seconds before all the console logs come printing out. Any idea on why that is? I would have thought it would be instant...?
Code is written with hono.js
This is my producer:
This is my consumer that simply console.logs the message
1 Reply
Nevermind, I figured it out. It's the max batch timeout settings in the toml file.