Queue Processor vs Job Scheduler: Which Should You Use?
Pega has two modern tools for background work: the Queue Processor and the Job Scheduler . Both replaced the older agents, and people often...
Home » All posts
Browse Pega tutorials and interview questions.
Pega has two modern tools for background work: the Queue Processor and the Job Scheduler . Both replaced the older agents, and people often...
An Access Deny rule is Pega's way of saying "no, whatever else you have been granted." It takes away a right on a class, and ...
In Pega, a case is one unit of work that has a start, an end and a path in between. A loan application, an insurance claim, a customer comp...
Two people open the same case at the same time and both start typing. Whose changes win? Locking is how Pega answers that question, and it ...
Every task in an application either makes the caller wait or lets the caller carry on . Choosing between synchronous and asynchronous proce...
When you expose a Pega service, for example a REST API, the service package decides how each incoming request is handled. One of its key se...
Outbound calls fail. The network drops, the partner's server is down, a token expires, or the answer is not what you expected. A Connect...
Connect - R EST is an advanced mechanism in P ega that provides developers with a way to interact with external REST ser...
Every Pega upgrade has to answer one question before anything else: do you change the existing database in place, or do you build a new one ...