Stopping Concourse Pipeline scanning continuously #8982
Unanswered
bagyaraj-palanisamy
asked this question in
Help & Support
Replies: 1 comment
-
|
This is the check interval, which defaults to 1 minute. If you get 429, I assume that you have multiple pipelines referring to the same git repo. You can change it in two places:
Example: But I suggest instead to use webhooks, see https://concourse-ci.org/resources.html#schema.resource.webhook_token |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
We are using Concourse CI for build and deployment for my applications. My pipeline continuously scanning the repository because of that I am getting Too Many Requests error.
Please could you help me to stop continuous scanning configuration in the pipeline configuration.
I have shared the error in below for your reference.
resource script '/opt/resource/check []' failed: exit status 1
stderr:
failed to fetch digest: 429 Too Many Requests
Your support much appreciated, thank you in advance
Regards,
Bagyaraj P
Beta Was this translation helpful? Give feedback.
All reactions