Scheduled Actions Monitoring

Is there a way to either log or alert me when a scheduled action either fails or is unresponsive? For PHP cron jobs I tend to enable server logs and then also use https://healthchecks.io/ to alert me when it’s offline.

Just wondering if there’s something similar I could use for the built in scheduler?

I had a similar question on this post

1 Like

Logging module might be a good idea. Now also with the redis integration you can log and let the older items auto expire.

Or maybe logging to external log services. Maybe you can do this already with their API’s

1 Like