What does the /RunService endpoint do and why is it called frequently in clustered environments?
Hello,
I've noticed that the /RunService endpoint is being called about every 15 seconds on our Decisions clustered environments, but not on our single-server setups. Can anyone explain what this endpoint does and why it might be triggered so frequently in a cluster?
0
Comments
-
Hello,
The /RunService endpoint in Decisions is used whenever a flow is executed via API, such as with steps like "Post SQS Message." In clustered environments, you may see periodic calls to this endpoint due to cluster synchronization, health checks, or distributed job execution. This is expected behavior in a cluster and helps ensure proper coordination between nodes.
Hope this helps!0
Howdy, Stranger!