openziti / ziti-webhook-action

Github Action to post a Webhook over a Ziti network
Apache License 2.0
3 stars 0 forks source link

retry webhook if fails #17

Closed qrkourier closed 1 year ago

qrkourier commented 2 years ago

Sometimes the CI step fails but the log shows the response was a success. It's not clear what failed, but a retry of the job has succeeded in every spot check.

Some debug logging may be necessary to diagnose the cause of the failure, and a retry behavior may be necessary if the cause is external to this node app.

qrkourier commented 2 years ago

@smilindave26 Here's an example of the sporadic failures that I've been seeing. There's no error that catches my eye. Anything leap out at you?

https://github.com/netfoundry/charts/runs/6271535155?check_suite_focus=true

qrkourier commented 1 year ago

The impact of this issue is significantly reduced now because there are newer webhook actions that have largely replaced this one, especially https://github.com/marketplace/actions/ziti-mattermost-action-python