Currently we are getting on an average 150 transactions per day for processing, where single transaction takes 5 mins
and due to this it becomes too much time consuming and other processes are getting into pending state due to 1 license.
So, I want to divide the whole transaction items in multiple time slots on the basis of date. (date - is specific content)
for example - today there are 100 records for processing, 20 from each date from 1st Feb. to 5th Feb.
So we need to divide the data in 5 segments and process them.
Requesting everyone to please provide any idea/suggestion/opinion.
The postpone parameter will make the queue item to process after postpone date
So when u are uploading the queue items at once to queue, you can set first 20 queue items with postpone date as 1st Feb, next 20 queue items with date as 2nd Feb like that.
So while using set transaction item, it won’t process that queue item which has not passed postpone date
Thank you for your help. I got another solution, where we get filtered data from application itself and upload to the Queue and performer will automatically execute as it is Queue based.
We just need to create multiple triggers to execute the dispatcher for multiple date slots.