-
Notifications
You must be signed in to change notification settings - Fork 24k
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
Handlers ignore serial/strategy #65067
Comments
Files identified in the description: If these files are inaccurate, please update the |
sort of the same result on 2.7.7 so it doesn't look like a regression in 2.9 I guess it just doesn't behave how I expected.
|
"Fixing" this would mean changing handler execution in the |
This comment has been minimized.
This comment has been minimized.
!needs_collection_redirect |
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
Fixes ansible#46447 Fixes ansible#52561 Fixes ansible#65067 ci_complete
SUMMARY
Handlers run one by one, on host at a time.
ISSUE TYPE
COMPONENT NAME
strategy / serial
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
Archlinux
STEPS TO REPRODUCE
The following play shows that handlers "sleep random 4" and "sleep random 5" run one after the other (fine) on one host, but the other hosts wait for them to finish.
EXPECTED RESULTS
Running the handlers should run batched on all hosts and take about 20 seconds, not 60.
ACTUAL RESULTS
It takes >60 seconds to finish all handlers
The text was updated successfully, but these errors were encountered: