-
-
Notifications
You must be signed in to change notification settings - Fork 460
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
[17.0][FIX] Refactor stop signal handling in QueueJobRunner #647
Open
Maralai
wants to merge
25
commits into
OCA:17.0
Choose a base branch
from
Maralai:17.0
base: 17.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 7, 2024
-
Refactor stop signal handling in QueueJobRunner
This commit refactors the stop signal handling in the `QueueJobRunner` class. Instead of using a pipe, it now uses a socket pair to initialize the stop signals. This change improves the code readability and ensures compatibility with Windows by manually creating a socket pair when the `socketpair` function is not available.
Configuration menu - View commit details
-
Copy full SHA for dc7e661 - Browse repository at this point
Copy the full SHA dc7e661View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c2f27 - Browse repository at this point
Copy the full SHA d4c2f27View commit details
Commits on May 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d58a97 - Browse repository at this point
Copy the full SHA 4d58a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d8e72 - Browse repository at this point
Copy the full SHA b3d8e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9434551 - Browse repository at this point
Copy the full SHA 9434551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 386ee41 - Browse repository at this point
Copy the full SHA 386ee41View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3cb98a - Browse repository at this point
Copy the full SHA b3cb98aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c4b0ea - Browse repository at this point
Copy the full SHA 8c4b0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f99448b - Browse repository at this point
Copy the full SHA f99448bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6789e54 - Browse repository at this point
Copy the full SHA 6789e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf18539 - Browse repository at this point
Copy the full SHA bf18539View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8405be4 - Browse repository at this point
Copy the full SHA 8405be4View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 76dea04 - Browse repository at this point
Copy the full SHA 76dea04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c43c04 - Browse repository at this point
Copy the full SHA 8c43c04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97fa439 - Browse repository at this point
Copy the full SHA 97fa439View commit details -
Configuration menu - View commit details
-
Copy full SHA for dad9f25 - Browse repository at this point
Copy the full SHA dad9f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5975d - Browse repository at this point
Copy the full SHA fb5975dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2dd28d4 - Browse repository at this point
Copy the full SHA 2dd28d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c0acdc - Browse repository at this point
Copy the full SHA 3c0acdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e9833 - Browse repository at this point
Copy the full SHA c3e9833View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a3b22 - Browse repository at this point
Copy the full SHA e2a3b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e45683 - Browse repository at this point
Copy the full SHA 1e45683View commit details -
Configuration menu - View commit details
-
Copy full SHA for edb36b3 - Browse repository at this point
Copy the full SHA edb36b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7405da - Browse repository at this point
Copy the full SHA b7405daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6582397 - Browse repository at this point
Copy the full SHA 6582397View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.