-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Provider package Edge: Edge worker supports queue handling #43115
Merged
jscheffl
merged 7 commits into
apache:main
from
boschglobal:feature/edge-worker-supports-queue-handling-2
Oct 18, 2024
Merged
Provider package Edge: Edge worker supports queue handling #43115
jscheffl
merged 7 commits into
apache:main
from
boschglobal:feature/edge-worker-supports-queue-handling-2
Oct 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jscheffl
reviewed
Oct 17, 2024
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.
Some static checks and using an import which (sorry for that) has been moved yesterday. If this is fixed and CI is green good to merge in my eyes.
As since yesterday we are on main with the edge provider, please also update the version number of the provider. |
jscheffl
reviewed
Oct 18, 2024
jscheffl
approved these changes
Oct 18, 2024
harjeevanmaan
pushed a commit
to harjeevanmaan/airflow
that referenced
this pull request
Oct 23, 2024
) * Edge worker supports queue handling * Fix pytests * Increment version * remove unused import * description to changelog * version incremented * Remove duplicate changelog --------- Co-authored-by: Marco Küttelwesch <marco.kuettelwesch@de.bosch.com> Co-authored-by: Majoros Donat (XC-DX/EET2-Bp) <donat.majoros2@hu.bosch.com>
PaulKobow7536
pushed a commit
to PaulKobow7536/airflow
that referenced
this pull request
Oct 24, 2024
) * Edge worker supports queue handling * Fix pytests * Increment version * remove unused import * description to changelog * version incremented * Remove duplicate changelog --------- Co-authored-by: Marco Küttelwesch <marco.kuettelwesch@de.bosch.com> Co-authored-by: Majoros Donat (XC-DX/EET2-Bp) <donat.majoros2@hu.bosch.com>
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
) * Edge worker supports queue handling * Fix pytests * Increment version * remove unused import * description to changelog * version incremented * Remove duplicate changelog --------- Co-authored-by: Marco Küttelwesch <marco.kuettelwesch@de.bosch.com> Co-authored-by: Majoros Donat (XC-DX/EET2-Bp) <donat.majoros2@hu.bosch.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds the possibility to the Edge Worker to add or remove queues in the queue field in the DB and the worker gets this information and starts consuming tasks of queues or stops consuming task of queues.
This makes future handling worker queues from main instance possible without restarting the worker on a different queue.