6
Trigger webhook if pact not verified
complete
Aleksander Stelmaczonek
Allow webhooks to be always triggered if a pact is not yet verified, regardless of whether it was changed or not.
Currently, we can only trigger a webhook either on every consumer publish (which leads to redundant verifications and wasting of CPU time) or on
contract_content_changed
which does not retry if Provider Automation encountered some fatal issue.This should improve fault tolerance of the whole system when automation is in play.
Beth
complete
Beth
Implemented in https://github.com/pact-foundation/pact_broker/pull/476
Aleksander Stelmaczonek
Some discussion was made here: