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

HealthEndpoint: CLI Support for health endpoint config #2535

Open
sezal98 opened this issue Jan 23, 2025 · 1 comment
Open

HealthEndpoint: CLI Support for health endpoint config #2535

sezal98 opened this issue Jan 23, 2025 · 1 comment

Comments

@sezal98
Copy link
Contributor

sezal98 commented Jan 23, 2025

Add CLI support to modify these health check parameters

@JerryNixon
Copy link
Contributor

JerryNixon commented Jan 24, 2025

Commands

dab configure --data-source.health.name (string)
dab configure --data-source.health.enabled (boolean)
dab configure --data-source.health.threshold-ms (int)
dab configure --runtime.health.enabled (boolean)
dab configure --runtime.health..maxdop (integer)
dab configure --runtime.health.roles (string array)
dab update {entity} --health.enabled (boolean)
dab update {entity} --health.first (integer)
dab update {entity} --health.threshold-ms (integer)

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

No branches or pull requests

2 participants