You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have over 400 tasks running, and we've noticed that each task submission takes about 5 minutes. We checked the relevant metrics, and the workqueue_queue_duration_seconds_sum/workqueue_queue_duration_seconds_count is at 60 seconds. We set MaxConcurrentReconciles to 60, but it hasn't made a significant difference. Looking at the logs, we didn't see whether the processing is parallel or sequential.
The text was updated successfully, but these errors were encountered:
We have over 400 tasks running, and we've noticed that each task submission takes about 5 minutes. We checked the relevant metrics, and the
workqueue_queue_duration_seconds_sum/workqueue_queue_duration_seconds_count
is at 60 seconds. We setMaxConcurrentReconciles
to 60, but it hasn't made a significant difference. Looking at the logs, we didn't see whether the processing is parallel or sequential.The text was updated successfully, but these errors were encountered: