5

From the Concourse docs

A new version can be found in an external resource by the check component of a resource finding a new set of versions when it runs. A check is run periodically for every resource in your pipeline.

How often does Concourse check your resources? Is this frequency configurable?

mbigras
  • 7,664
  • 11
  • 50
  • 111

1 Answers1

6

Looking through the Concourse docs in the resources section:

Default 1m. The interval on which to check for new versions of the resource.

This is configurable in the resource definition under the check_every parameter. See https://concourse-ci.org/resources.html#resource-check-every.

Josh Zarrabi
  • 1,054
  • 7
  • 15
mbigras
  • 7,664
  • 11
  • 50
  • 111