You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
I have recently started exploring the conductor framework.
I have two questions.
Q1. Lets say we started the workflow having 3 tasks, 1 task is done and while executing task 2 being executed on worker, suddenly conductor server is down, I know that we keep all task details in persistent layer but we will loose the context, so what will happen once conductor server is back online? will that workflow will be triggered again or what?
Q2: What happens if conductor server come back before the task task 2 completion, will that workflow continue execution as is ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Team,
I have recently started exploring the conductor framework.
I have two questions.
Q1. Lets say we started the workflow having 3 tasks, 1 task is done and while executing task 2 being executed on worker, suddenly conductor server is down, I know that we keep all task details in persistent layer but we will loose the context, so what will happen once conductor server is back online? will that workflow will be triggered again or what?
Q2: What happens if conductor server come back before the task task 2 completion, will that workflow continue execution as is ?
Any help will be appreciated.
Thanks,
Rajendra
Beta Was this translation helpful? Give feedback.
All reactions