Skip to content
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

Use controller-runtime PriorityQueue #1061

Closed
wants to merge 1 commit into from

Conversation

tpantelis
Copy link
Contributor

The 0.20.1 version includes a priority queue implementation so we can use that in lieu of our own.

The 0.20.1 version includes a priority queue implementation so
we can use that in lieu of our own.

Signed-off-by: Tom Pantelis <[email protected]>
@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr1061/tpantelis/use_ctrl_rt_pq

@tpantelis
Copy link
Contributor Author

The unit test failures highlight that the priority work queue does not shut down as we expect and I've seen a code comment which indicates it's really designed to work with other components of controller-runtime so I think we should stay with what we have to be safe.

@tpantelis tpantelis closed this Feb 5, 2025
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr1061/tpantelis/use_ctrl_rt_pq]

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