Question
4
Replies
249
Views
Posted: September 7, 2017
Last activity: September 8, 2017
Report Scheduling in Multinode Environment
Hi,
We have a multi-node environment where we have configured report scheduling. The report is generated at back-end by an agent. Now if a user generates the report in one node, it will be generated across all the nodes as the agent schedule is available for each node. So, how can we restrict this report generation for a single node, where the user is currently generating the report.
Thanks,
Rajesh
Pega scheduled reports will run through the ScheduledTaskProcessor agent which is part of pega rules engine.
you can enable this agent in only one node through agent scheduler,so that the schduled task will run in one node which will avoid duplication.