Hello,
I am trying to simulate optimum queue size between two shops: Shop 1 (batch size of 5) feeds Shop 2 (no batching requirement). There are 10 variants with different mix percentages. I created a pseudo-random sequences for both shops. For Shop 2: 100 entries with said mix percentages. For Shop 1: 500 entries with same variant sequrence as Shop 2. Queue between shops pushes items to ItemList and Shop2 pulls from itemlist. But this does not help with right sizing the queue.
What will be the best way to randomize the pull order for Shop2 and trigger the batch sequence in sync with the demand from Shop 2.