-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opt-in email notifications when {repo sync, cv promote, cv publish, proxy sync} fails #10742
Conversation
Do these four actions always fail hard or do they go into paused? |
IIRC syncs fail and go to stopped/error state.. Promote/Publish pause upon errors. |
Changed to send the emails out when things either fail or get paused just to be extra sure |
I am getting this error. Not sure if any additional config is needed. I turned on the notifications in User details for the 4 new actions.
|
|
Seems to be working now! Will test some more..I don't seem to have |
to be consumed from webhooks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What are the changes introduced in this pull request?
Opt-in email notifications when {repo sync, cv promote, cv publish, proxy sync} fails
Considerations taken when implementing this change?
What are the testing steps for this pull request?
raise "HALT"
somewhere in the action works pretty well, but it cannot happen before action_subject is calledTODO: