concourse / concourse-pipeline-resource

!!! use the `set_pipeline` step instead !!!
https://concourse-ci.org/jobs.html#schema.step.set-pipeline-step.set_pipeline
MIT License
76 stars 41 forks source link

Download pipelines serially in the get step (rather than in parallel) #47

Closed onichols-pivotal closed 5 years ago

onichols-pivotal commented 5 years ago

This is to avoid denial-of-service attack on concourses with many pipelines, and avoid downloads failing due to timeouts on concourses with many pipelines.

Thank you for contributing to the Concourse Pipeline Resource!

pivotal-issuemaster commented 5 years ago

@onichols-pivotal Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-issuemaster commented 5 years ago

@onichols-pivotal Thank you for signing the Contributor License Agreement!

onichols-pivotal commented 5 years ago

Thanks @vito

We were able to point to the "dev" tag to start using the fix right away, and everything turned green!