📋 Overview of each step in the Recipe Monitor step:
Trigger:
Run your recipe on a regular interval (e.g. every 15 minutes), or on a set schedule (e.g. at 9:00AM every week on Monday). Users may also specify a cron expression by selecting Custom schedule in the "Time unit" dropdown.
The minimum accepted interval is every 5 minutes.Monitor step:
It helps in monitoring the following actions for errors. This makes the automation more reliable.
Error Handler:
If something fails within the Monitor block, then this step is triggered. The Retry Logic ensures that if the errors match those specified (429, 500–504), it retries the monitored actions up to 3 times. If the error continues after 3 retries, or if the error doesn’t match the handled types, the automation stops.
Hope this helps!😊
