A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.
Select two possible designs for this use case. (Choose two.)
A global application with infrastructure nodes located throughout the world requires certain operations to start executing at midnight GMT.
Select two possible designs for this use case. (Choose two.)
To ensure certain operations start executing at midnight GMT in a globally distributed application, dedicated queue processors are necessary. Only dedicated queue processors provide the capability to specify exact times for processing. The 'Run in background' step can be paired with a dedicated queue processor to handle the timing accurately. Similarly, the 'Queue-For-Processing' method in an activity should be used with a dedicated queue processor to ensure precise execution timing.
Answer is AC. you need dedicated QP to specify a time to process. Standard QP process the queued items immediately.
AC. https://community.pega.com/knowledgebase/articles/system-administration/84/queue-processing-method "A DateTime property in the class of the step page. This option is available for dedicated queue processors only. A DateTime property by which you specify when a dedicated queue processor resolves the activity. The property represents the time after which an item can be processed."
it's AC, Dedicated QP