Question
Royal Bank of Canada
CA
Last activity: 8 Oct 2021 8:56 EDT
Queue processor on data objects
Hi,
I have a requirement to get data class records like 1000 and iterate them, call a service on each record and save each data instance into another data table with the response from service. As we need to process 20,000/- records per day, that means 20,000 service calls I am thinking to utilize queue processors so they can share the work load and do not impact the system performance. But my question is can we call a queue processor on a data class page and queue the data objects? As, queue processors are same like Standard agents which we use on work objects I am not sure whether we can utilize queue processors for data objects.
Right now we are using Job scheduler for this requirement but each hour getting 1000 records and processing them for 20 hours per day may impact the system performance so, thinking about an alternative. Could someone please suggest me a better approach?
Thanks in advance.