I'm using Dynamic Pipelines, and I'm using
api.asApp().requestBitbucket('/2.0/repositories/WORKSPACE/REPO/pipelines_config/variables?pagelen=100')
and
api.asApp().requestBitbucket('/2.0/workspaces/WORKSPACE/pipelines-config/variables?pagelen=100')
to get the repository variables. In the past week, this API has been taking too long to respond, and devs are not pleased with the experience.
This problem does not show on the Developer Status page.
I could reduce the time I wait for a response and retry several times before I throw an error, but I think that would add even more stress on the poor service.