Hello,
In my use case, we have to process big data and need to clarify the input:
- Input data is less than 1000 records
- Input data is more than 1000 records
So, I create 2 queue:
- Queue for “Input data is less than 1000 records” : Processing time: not set
- Queue for “Input data is more than 1000 records”: Processing time: from 7PM to 7AM
I would like to deploy 2 queue in same device pool, is it possible?
Thanks.