FEO Error Handling #944
johannes-esr
started this conversation in
FEO FT
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Participants
@johannes-esr
@armin-acn
@MarkSchmitt
@vinodreddy-g
@pawelrutkaq
@ramceb
Agenda
Meeting Minutes
What happens when one FEO activity/process fails?
What happens to the other processes?
What requirements regarding (restart-)time are needed?
How to safely shut down a taskchain?
What happens if activities call middleware and an error occurs in middleware (error passed back to activity OR middleware panics)?
Error Cases:
startup()
of all activitiesstartup()
function, not all activities have been properly initializedstartup()
of all activities, task chain is runstep()
functionstep()
function OR secondary doesn't signal back to primary)startup()
of all activities, task chain is stoppedshutdown()
function, not all activities have been properly shut downBeta Was this translation helpful? Give feedback.
All reactions