Since earlier today, the pipelines API call of one of our projects is returning a “500 Internal Server Error”:
❯ curl -H "Authorization: Bearer $GITLAB_API_TOKEN" -H "Content-Type: application/json" "https://gitlab.com/api/v4/projects/$PROJECT_ID/pipelines?status=running"
{"message":"500 Internal Server Error"}
I’ve checked the status page and while there’s a live incident, this doesn’t seem to be affecting the API.
I’ve also tried fetching the pipelines of another project of ours and that call succeeds. So it seems to be something particular to our project.
Is anyone seeing similar problems? Is there anything I can do to debug this further?
This is a pretty critical piece of the Swift Package Index open source project and any help to solve this is greatly appreciated