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

Feature: Add start order for generic services #174

Merged
merged 3 commits into from
Jan 7, 2025

Conversation

sambukowski
Copy link
Contributor

@sambukowski sambukowski commented Dec 19, 2024

Allows a user to control if the generic services start before or after the known services.
An additional ready check was added for Composer to make sure all known services are actually up before moving on to the generic services when starting them after. A ready check isn't needed for Conductor.

Also updates env var handling for the Composer to start that service correctly.

closes #172

@sambukowski sambukowski merged commit 2493ac8 into main Jan 7, 2025
1 check passed
@sambukowski sambukowski deleted the control-generic-start-order branch January 7, 2025 16:03
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.

Feature: Add config option to control start order of generic services
2 participants