How to split performer in multiple time slots?

Hi Everyone,

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.

Thanks everyone!

Hi @satyam.baviskar

For your scenario you can utilise the postpone property in add queue item.

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

Hope this helps :slight_smile:

Thanks & Regards,
Nived N

*Hi @NIVED_NAMBIAR *

Thank you for quick response on the query.
I will try this and let you know in case any questions I get.

Thanks!
Satyam Baviskar

1 Like

Hi @satyam.baviskar
Sure,

if this helps, kindly mark the answer as solution so it will help others :slight_smile:

Yes sure @NIVED_NAMBIAR :slight_smile:

1 Like

Hi @NIVED_NAMBIAR,

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.

Thanks!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.