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 tasks for managing go routines #275

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

faisal-memon
Copy link
Collaborator

@faisal-memon faisal-memon commented Feb 20, 2025

The health check server right now is blocking start up because its not behind a go routine. As we now have a handful of go routines it makes sense to use the spire task manager to start and wait for them.

@faisal-memon faisal-memon added this to the 0.10.0 milestone Feb 20, 2025
@MarcosDY
Copy link
Collaborator

SPIRE was never intended to be a dependency, and I think we must avoid this, because all the friction it is going to add, can you instead move that package here, instead of adding spire?

@keeganwitt
Copy link
Contributor

keeganwitt commented Mar 7, 2025

SPIRE was never intended to be a dependency, and I think we must avoid this, because all the friction it is going to add, can you instead move that package here, instead of adding spire?

We actually only need the one function from SPIRE. So I'd just copy that (and the tests for it) over.

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.

3 participants