cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Error handling

nvinay091
Deputy Chef I
Deputy Chef I

How to add error handling for the entire environment?
If it's for a single Recipe we can do, But how to do it for the entire Environment??

8 REPLIES 8

kkrivonos
Deputy Chef I
Deputy Chef I

What do you mean by entire Environment?

You may use recipe ops to monitor all recipes in the environment and perform necessary actions.

You may also use Centralised error handling called as AOF

steven-marissen
Executive Chef I
Executive Chef I

RecipeOps: https://docs.workato.com/connectors/recipeops/triggers/new-failed-job.html#recipeops-new-failed-job-trigger

max-knutsson
Workato employee
Workato employee

Hi Here is an example how it (App called "RecipeOps by Workato") will work. It can listen to your environment, or another envronment, also all recipes or just a subset of recipies. then you decide what you want to do if error happens.




Hi Max, is there a way to filter out callable recipes / functions? As my usecase is that synchronous callable recipes / functions should never be repeated only the job on the recipe itself. The entire 'process' succeeds or fails.