-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
Description
Describe the bug
We have seen errors in the make db-migrate
deployment step with the output from the API healthcheck showing the Resource Processor being unhealthy:
{"services":[{"service":"Cosmos DB","status":"OK","message":""},{"service":"Service Bus","status":"OK","message":""},{"service":"Resource Processor","status":"Not OK","message":"Unspecified error"}]}
There is no additional information in the App Insights logs to help diagnose.
Steps to reproduce
This issue has surfaced in environments where we are making performing a high number of builds/deployments.
Running curl <API>/api/health
in a bash loop will trigger the issue, and then it will be observed in a deployment to that environment