Skip to content

Limit number of concurrent requests to builds/register.json

Kamil Trzcińśki requested to merge limit-number-of-concurrent-requests into master

This makes builds/register to run with limit. Currently, due to long processing we can queue a lot of requests at single time which increases impact on GitLab.com. This makes number of requests to be run at single time to be 1. Generally we should extend that to all other updates, but currently this is good enough.

I would seriously consider to backport that to at least v1.11.x.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

Merge request reports