-
Notifications
You must be signed in to change notification settings - Fork 79
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
Updating worker concurrency doesn't reflect in the response or UI #1267
Comments
@shri-astro To test this on latest main |
Able to set the worker concurrency now but along with a few observations:
|
@shri-astro Can you take another look at this when you can? You would need to pull latest |
On testing the latest main version,it was observed that for a5 the user is not able to set a concurrency within 1-5, the lower limit starts as 5
UI allows the update from 1-15. Similarly for a20:
and A10:
setting the upper limits like , 15 as concurrency for a5, 30 for a10 and 60 for a20 is working fine. |
@shri-astro Fixed this in latest main |
Retested and able to update the worker concurrency but the messages displayed while trying outer range of concurrency for a given worker type still displays a wrong lower boundary value.
However, user is able to update the worker concurrency in this case to 2 as well.(any value less than 5) |
Interesting case being updating of concurrency of a given worker queue to 0 displays a success message but functionally doesn't change anything in the deployment:
|
Resolved.
|
While attempting to update the worker-queue's concurrency through
astro deployment worker-queue update
command, using the flag--concurrency int
to alter the concurrency of a given astro machine doesn't change the concurrency value for the updated worker queue.However, the astromachine gets updated successfully.
What CLI Version did you experience this bug?
1.16.1
This CLI bug is related to which Astronomer Platform?
📸 Screenshots
The text was updated successfully, but these errors were encountered: