Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement where I have to re-try DB Connection for 5 times untill it connects. A flow like this:
start->Db Connect-> if connection succeeds->go to next component
->if connection fails->sleep for 5 seconds->re-try for 5 more times->if connection succeeds-> go to next component
->if connection fails -> die
Please help.