pact-foundation/pact_broker

Do not write to database when a pact is republished

bethesque opened this issue · 0 comments

When the same pact is re-published, the code goes through the "update pact" logic, which is unnecessary and makes the request take a long time.

The code should identify that there is no new revision to be made, and not write to the database.