Skip to main content
Answer

Automation schedules on separate instance or processing node

  • April 4, 2024
  • 1 reply
  • 139 views

Forum|alt.badge.img

Hi,

Anybody know if Automation schedules coud be run only from separate instance with a secondary license or a processing node?

 

Thanks!

Best answer by pallikasharma11

Hello @rodrigocid34 

The following adjustment would need to be made on web.config file

<add key="DisableScheduleProcessor" value="False" />

This value on the regular node should be set to True and should remain as False on process node, this way all automation schedules are being run on process node. 

1 reply

Forum|alt.badge.img+2
  • Acumatica Employee
  • Answer
  • April 4, 2024

Hello @rodrigocid34 

The following adjustment would need to be made on web.config file

<add key="DisableScheduleProcessor" value="False" />

This value on the regular node should be set to True and should remain as False on process node, this way all automation schedules are being run on process node.