Hello, I want to release the queue Buffer randomly when it has between 40-60 items (max capacity=80). I have tried with perform batches (target batch size=40) and don't flush contents between batches.
The problem is that when there are 40 items in Buffer, transporter Gruero02 starts moving items to the raks, but transporter Gruero01, who fill the Buffer, suddenly stop working, and it generates a bottle neck in the source PT Fabrica.
Please, can someone help me creating a random release of Buffer when it is between 40-60 items, but allowing Gruero01 moving items to Buffer anyway, in order to eliminate or decrease the botle neck.