Skip to main content
Question

Run multiple queues in a device pool

  • 11 July 2024
  • 1 reply
  • 37 views

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.

 

1 reply

Badge +1

I  have missed information:

  • Input data is less than 1000 records: need to execute at working time
  • Input data is more than 1000 records: need to execute at night, because it takes a long time and impacts to other requests

Reply