Slow responses when fetching pacts for verification
Slow responses when fetching pacts for verification when WIP pacts is enabled is caused by performance problems calculating the latest pact for each tag when large numbers of application versions exist. This problem does not exist when using branches instead of tags.
To speed up the response, we advise optimising your API Hub for Contract Testing database performance by using the following steps:
Use branches/deployments instead of tags
Publish pacts and verifications with the "branch" property set rather than the "tag" property.
Use branches instead of tags in the consumer version selectors in every provider verification configuration.
Record deployments/releases for can-i-deploy rather than using tags.
Delete tags from database
1. Use branches/deployments instead of tags
a. Publish pacts and verifications with the "branch" property set - see documentation here.
b. Use branches instead of tags in the consumer version selectors - see documentation here.
c. Record deployments/releases - see documentation here.
2. Delete tags from database
Once there is no dependency on tags, they can be deleted.
For SaaS customers, please raise a support ticket explaining that you would like your tags deleted, with a reference to this document.
For On-premises customers, please run the following SQL statement against the database:
delete from tags;