Question
Tech Mahindra
Tech Mahindra
IN
Tech Mahindra
Posted: Mar 1, 2022
Last activity: Mar 29, 2022
Last activity: 29 Mar 2022 7:23 EDT
Closed
Solved
Pega Upgrade 7.x version to 8.x
Hi Team,
We have Standard and Advanced agents in our application.
As we are upgrading from Pega 7 to Pega 8, is it mandatory to change Standard agent to Queue Processor and Advanced agent to Job scheduler?
***Edited by Moderator Marije to add Capability tags***
@Nandhini.Mani it is not mandatory but highly recommended. Starting with Pega Platform version 8.1, Job Scheduler and Queue Processor rules replace Agents and improve background processing.
More to the point, Job Scheduler rules replace Advanced Agents for recurring or scheduled tasks, and Queue Processor rules replace Standard Agents for queue management and asynchronous processing.
Please see the below available documentation on recommendations:
Background processing best practices.
Job scheduler FAQ
In Pega Platform version 8.1, job scheduler replaced advanced agents for recurring and scheduled tasks.
Q: Will the agents in earlier versions of Pega Platform still work after 8.x?
A: Yes they will, but eventually you may need to convert agents to job schedulers.
Queue Processor rules
A Queue Processor rule is an internal background process on the server that you can use for queue management and asynchronous processing. You can use standard or dedicated Queue Processor rules.
@Nandhini.Mani it is not mandatory but highly recommended. Starting with Pega Platform version 8.1, Job Scheduler and Queue Processor rules replace Agents and improve background processing.
More to the point, Job Scheduler rules replace Advanced Agents for recurring or scheduled tasks, and Queue Processor rules replace Standard Agents for queue management and asynchronous processing.
Please see the below available documentation on recommendations:
Background processing best practices.
Job scheduler FAQ
In Pega Platform version 8.1, job scheduler replaced advanced agents for recurring and scheduled tasks.
Q: Will the agents in earlier versions of Pega Platform still work after 8.x?
A: Yes they will, but eventually you may need to convert agents to job schedulers.
Queue Processor rules
A Queue Processor rule is an internal background process on the server that you can use for queue management and asynchronous processing. You can use standard or dedicated Queue Processor rules.
Queue Processor rules replace standard agents. You can use standard queue processors for simple queue management, or dedicated queue processors for customized or delayed processing of messages. Queue Processor rules support higher scaling throughput than agents. Each queue processor can process messages across 20 partitions, which means that Queue Processor rules can support up to 20 separate processing threads simultaneously with no conflict
Replacing an agent with a Queue Processor rule for real-time messages
Agent to Queue Processor
Queue processor FAQ
Converting Existing Standard Agent to Queue Processor
Edit Queue processors and Agents to set up a system