-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
controller parallelism
setting not working in 3.4.9
#11541
Comments
Can you try restarting the Argo controller pod after your configmap patch? |
Can also see more info in the Slack thread |
@terrytangyuan I am pretty sure the controller has not started when the patch is done. It works fine if you change to 3.4.8. But, I can update the script to restart the controller. |
Potentially related commit f7b3072 |
Updated the script to restart controller. Same results. |
Just test and confirm this. After move |
… 3.4.9 argoproj#11541 Signed-off-by: Son Bui <sonbv00@gmail.com>
Nice catch!
#11178 is the PR, for back-link purposes. The same PR seems to be the root cause for #11542. In my root cause analysis there, I suspect a couple of other things are impacted as well. Basically anything that was previously after the config update. |
just wanted to mention that since upgrading to v3.4.9 we have seen 150 workflows move from pending to running (at the same time) even though parallelism at wfcontroller is 30 meaning I would never expect more than 30 should be running. @terrytangyuan can there be a 3.4.10 release today for this fix? |
Yes we will release 3.4.1 |
Let's track in #11552 |
…proj#11542, argoproj#11541 Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
parallelism
setting not working in 3.4.9
…proj#11542, argoproj#11541 (argoproj#11553) Signed-off-by: Yuan Tang <terrytangyuan@gmail.com> Signed-off-by: Dillen Padhiar <dillen_padhiar@intuit.com>
Pre-requisites
:latest
What happened/what you expected to happen?
I have pasted a small bash script that starts minikube and installs argo with 3.4.9 and configuring parallelism to 5.
Then submit 10 workflows and watches the result. In 3.4.8 this works as expected, but not in 3.4.9 or latest.
Version
3.4.9
Paste a small workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: