Hi team,
Before 8.3v it was async requestor type and I have seen that it allows us to create only only 1 job scheduler... So if there are multiple apps in the system, we can create only 1 job scheduler because it can have only 1 access group...But for diff apps, access groups are different, so ->
if app A-> access group A:Admin
If app B-> access group B:Admin
Since different apps have different access group, I am not able to understand what issue job scheduler/queue processor would face if requestor type is Async...
Async Requestor type
a month later
Hello @AnoopKrishna,
We will not have any issues in the scenario which you mentioned above. When Queue Processor is processing some queue items it will have Privilege of user who queued item to queue processor.
So from different application if user queuing items to Queue processor, during runtime internally Pega will provide Privilege based on the user who queued item and process the item.
In Job Scheduler for each scheduler which you are creating you will be having option to use Asynchronous Requestor access group (or) to use different access group. Based on the context you selected while Job scheduler is getting executed it will have Privilege.