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

Fix/logger lifecycle #97

Merged
merged 2 commits into from
Jul 17, 2024
Merged

Fix/logger lifecycle #97

merged 2 commits into from
Jul 17, 2024

Conversation

leostera
Copy link
Collaborator

@leostera leostera commented Jul 16, 2024

This change makes the Logger application startup process block until
the logger is ready to take in requests. This means applications relying
on the logger will take a tiny bit longer to boot, but we can guarantee
that the log requests will not be dropped because of process spawn
order.

Close #82

This change makes the Logger application startup process _block_ until
the logger is ready to take in requests. This means applications relying
on the logger will take a tiny bit longer to boot, but we can guarantee
that the log requests will not be dropped because of process spawn
order.

Close #82
@leostera leostera merged commit 32ac28f into main Jul 17, 2024
8 checks passed
@leostera leostera deleted the fix/logger-lifecycle branch July 17, 2024 09:42
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.

Race condition with Logger
1 participant