A developer has identified resource-intensive queue processors as the source of performance issues that application users are experiencing.
Which two actions do you perform to resolve the performance issues? (Choose two.)
A developer has identified resource-intensive queue processors as the source of performance issues that application users are experiencing.
Which two actions do you perform to resolve the performance issues? (Choose two.)
To resolve performance issues caused by resource-intensive queue processors, it is essential to associate the queue processors with the appropriate node types, ensuring they are executed on suitable nodes to balance the load effectively. Configuring the application nodes with node types helps in categorizing and managing different processing tasks efficiently, isolating resource-intensive processes from others to optimize overall performance.
think A and C its correct
Answer is A and C. B can not be right because Queue processor can be run immediately (Standard) or delayed (dedicated processor) but not recurring or multiple.
Pega Academy is not very clear on this, but we can safely assume that A and D are correct. "It is a best practice for all existing applications that use background processing to have the Include in background processing option selected" https://academy.pega.com/topic/background-processing/v2
A and D are the right awsers
Sorry its A &C
Definitely not D. The option "Include in background processing" must be checked in order for the Queue Processor to be able to run.
What a mess. Pega academy talks about queue processors and run in background processing options. The A answer may be correct... but D? Why not Back process? why no reschedule the queue processors? For me it's just B and C .. maybe A.. but not D
B is not correct. Job Schedulers can be configured to run mutliple times a day. Queue Processors are triggered adding work to it's queue. A and C are the only correct answers.