The health check on the transactor should be deferred until after all startup has occurred, incl (but potentially not limited to):
metrics
tracing
logical database initialization
If this is not done, it can lead to unexpected errors/behaviour when spinning up the transactor and a logical database cannot be initialized for whatever reason.
The health check on the transactor should be deferred until after all startup has occurred, incl (but potentially not limited to):
If this is not done, it can lead to unexpected errors/behaviour when spinning up the transactor and a logical database cannot be initialized for whatever reason.
Related to #48