Skip to content

Commit bd82bd4

Browse files
authored
Create reame.md
1 parent b0fadf4 commit bd82bd4

File tree

1 file changed

+7
-0
lines changed
  • Flow Actions/Check MID Servers status inside MID Server cluster

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
During integration set up with flow designers which involves MID servers , its better to check if MID server is up and running before we proceed with next steps in the integration.
2+
when we are using MID Server cluster (where more than one MID server as a failover) its recommended to verify if atleast one MID server is up and establish the connect
3+
MID server status inside cluster.js logic check if atleast one MID server is up if yes process next step in the integration if not abort the integration (we can have process to inform concered team)
4+
example flow action :
5+
where "inputs.midServerCluster.sys_id" is Cluster sys_id as input to the action
6+
![image](https://github.com/gowdah/code-snippets/assets/42912180/59561199-3547-4ce2-a57e-d39ae65dbfcc)
7+

0 commit comments

Comments
 (0)