how to add a email notification to even and cron triggers ? #6812
Unanswered
abythachet
asked this question in
Question
Replies: 1 comment 1 reply
-
I was looking at this also. All I could come up with is using the hdb_catalog tables in your database. The hdb_cron_event_invocation_logs table gives the status code. So you could set up your monitoring to watch that. You could even use DB triggers to do some handling. It would be nice to have built-in webhooks or notifications. I would also like the ability to disable/enable cron triggers. Meh! ... Good chance I end up using a different solution for scheduled tasks. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have some triggers in my Hasura I need to add email notification if it fails,
Beta Was this translation helpful? Give feedback.
All reactions