every-1m time does not run every 1 minute #9204
-
Describe the bugWe have a few jobs that should run every minute, we have noticed that it does not always run in that window. - name: every-1m
type: time
icon: clock-outline
source:
interval: 1mAs you can see by the screenshot, this one has waited over 5 min, it was over 6 before it ran. Is this caused by not having workers ready or not enough resources on web? Reproduction steps
... Expected behaviorExpected to run every 60 seconds ± 20 seconds Additional contextWe have 5 web servers cpu: "4"
memory: "12Gi"And 8 workers for this team cpu: "8"
memory: "24Gi" |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 3 replies
-
|
This happens because Concourse has a default "check interval". That interval determines how often a check will be performed for all resources in your cluster. The default value is 1min, but it appears your operator has set it to a higher value. You can override this in your pipeline by setting |
Beta Was this translation helpful? Give feedback.
-
|
@taylorsilva I am not seeing a global setting for the I have updated our 1-minute tasks; it has helped in some cases, but not all. I will keep checking it out, maybe we need to add - name: every-1m
type: time
icon: clock-outline
source:
interval: 1m
check_every: 1m |
Beta Was this translation helpful? Give feedback.
-
|
checked | 9m 37s ago @taylorsilva do you have tips on I'm seeing 4h time resources checked more than the 1m resources. |
Beta Was this translation helpful? Give feedback.
-
|
Metrics would be helpful here for the web nodes. There is a max checks per interval setting. Maybe you guys have a lot of pipelines+resources? You can review all setting by running: Try setting the If you want me to actually get hands-on and help you really troubleshoot you can each out to me here for commercial support: https://pixelair.io/contact/ |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
We are running v7.13.1
I think this was the settings (Helm chart)
I have changed the settings to We also had apiMaxConns: 10
backendMaxConns: 50I think we need to audit and update the |
Beta Was this translation helpful? Give feedback.

We adjusted web settings:
We updated 1m time resources:
We gave the DB more resources
db-custom-4-16384fromdb-custom-2-7680(Google Cloud)Results from one
every-1mresource