Skip to content

Remove double call to plugin init #52291

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

Merged
merged 1 commit into from
Jun 26, 2025

Conversation

pierrejeambrun
Copy link
Member

@pierrejeambrun pierrejeambrun commented Jun 26, 2025

Just realized the initialize_fastapi_plugins was called two times, unnecessarily.

That has no impact because second initialization will be bypassed while the plugin manager already has them initialized but that still should be removed.

@boring-cyborg boring-cyborg bot added the area:API Airflow's REST/HTTP API label Jun 26, 2025
@pierrejeambrun pierrejeambrun added backport-to-v3-0-test Mark PR with this label to backport to v3-0-test branch and removed area:API Airflow's REST/HTTP API labels Jun 26, 2025
Copy link
Member

@jason810496 jason810496 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@pierrejeambrun pierrejeambrun merged commit 8409fb8 into apache:main Jun 26, 2025
101 of 102 checks passed
@pierrejeambrun pierrejeambrun deleted the remove-app-typo branch June 26, 2025 14:08
@pierrejeambrun
Copy link
Member Author

Merging, unrelated CI failure.

Copy link

Backport failed to create: v3-0-test. View the failure log Run details

Status Branch Result
v3-0-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 8409fb8 v3-0-test

This should apply the commit to the v3-0-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

@pierrejeambrun pierrejeambrun removed the backport-to-v3-0-test Mark PR with this label to backport to v3-0-test branch label Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants