The process “Sending a letter about the need to prepare a report of completed work” is periodically disabled.
I just turn the process back on and everything works.
Is it possible to do an additional check so that in the event of such an error it does not turn off, but, for example, sends a response to Sensei that the service is currently unavailable and needs to be tried again later?
Welcome to the Make community!
This could be intermittent server issues on the external service.
Handle errors so scenarios don’t stop.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.
1. Right click and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
samliew – request private consultation
Join the unofficial Make Discord server to chat with us!
2 Likes