https://www.googlecloudcommunity.com/gc/Developer-Tools/max-burst-size-and-bucket-size-in-taskqueues/m-p/779853#M2572
While creating a queue via queue.yaml whats the need of bucket_size and max_burst_size and what happens if we set these to 1? Can there be any issues that we need to think of provided our queue will handle few requests at a lower rate now and tasks will be not be executed together as in max_burst_size.
I did try updating the bucekt_size as we cant directly update the max_burst_size, not sure how it is calculated as there are no specifications provided in task-queue official docs by google. The woking is fine as no two tasks are getting run at the same time as in case of max_burst_size paramter, but I am not sure as to what issues or error it can give in a long run, and do I have to worry about them?
Tushar Agarwal is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.