This message was deleted.
# ask-anything
s
This message was deleted.
e
you mean when a task fails or when a pipeline fails to load?
n
when a task fails
e
you could register an
on_failure
hook for a task and add the code to send the email there: https://docs.ploomber.io/en/latest/cookbook/hooks.html
we don't have an API to send emails but you could use any of the ones available
n
that works for me .. let me try it out
e
if you're looking to send an alert when any task fails, check out the dag-level hook
great!
n
our team just loves Ploomber .. Any update on the pipeline scheduler ?
meerkat 1
e
We're working on a scheduler for Ploomber Cloud. In the meantime, you can use soopervisor and use something else for scheduling
i
@Nikhil Reddy There's the cloud monitoring for pipeline status updates, it notifies the email you registered with
Still an mvp though