platform icon indicating copy to clipboard operation
platform copied to clipboard

fix(core): Add dependencies to service configs

Open elizabethhealy opened this issue 1 year ago • 1 comments

Some services require others and make calls to others. Define dependencies for each service that are also required to be enabled for that service to function. This can be expanded upon to do a waterfall startup if a service ends up requiring another on start.

elizabethhealy avatar Jun 11 '24 04:06 elizabethhealy

maybe this should be hardcoded instead of in the config? wanted to give the flexibility to add deps to all services but doing it in the config does allow for more user error

elizabethhealy avatar Jun 11 '24 04:06 elizabethhealy