-
Notifications
You must be signed in to change notification settings - Fork 991
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
Fixes #23859 - Fix queue orchestration compute #5675
Fixes #23859 - Fix queue orchestration compute #5675
Conversation
Do not merge! This patch has not been tested yet. Can an existing organization member please verify this patch? |
2 similar comments
Do not merge! This patch has not been tested yet. Can an existing organization member please verify this patch? |
Do not merge! This patch has not been tested yet. Can an existing organization member please verify this patch? |
Issues: #23859 |
Thanks for this, please also incorporate the changes to cc: @leewaa |
@tristanrobert, the Redmine ticket used is for a different project than the one associated with this GitHub repository. Please either:
If changing the ticket number used, remember to update the PR title and the commit message (using This message was auto-generated by Foreman's prprocessor |
Fix related tests
ok to test |
Untested, but looks good visually. @tristanrobert @timogoebel What are the actual (user facing) consequences of this issue with the current code (which, AFACT is in effect since 1.15)? |
This PR could be seen as refactoring only. Using it could ease to understand the code, but it does not change actually its features. My actual issue still remains. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good. I concur this is a cosmetic change only. I believe it's important, though as it already caused a lot of confusion. Thanks.
@tristanrobert: From a quick glance you should be able to overwrite But let's move this discussion somewhere else please, e.g. an issue in your gem. Ping me if you want, happy to help if I find the time. |
@tristanrobert: Another sidenote: I'd love to see the inline cache invalidation in Foreman core so other compute resources can make use of this. :-) |
allright, let's bring this to develop without cherry-picking down then 👍 |
merged, merci @tristanrobert! |
Hello,
as you asked me for, here is the PR intended to fix the #23859 bug I have submitted to you.
This fix could help me to develop my foreman-proxmox plugin.
I am pleased to help you.