Hi everyone, this is probably more of a DevOps question than anything, but I couldn't find any answers elsewhere. What's the recommended approach to take if a consumer publishes a new contract requiring verification, and that fires our webhook, but the environment we need to test against (e.g. production) is currently being updated?
e.g. Production API is running v1, but is currently being updated to v2. The webhook fires, requesting verification from v1, but just before it runs, production finishes updating and is now running v2. Verification will run and publish results under version v1, even though it ran against a v2 API