MCPcopy Create free account
hub / github.com/postgres-ai/database-lab-engine / Health

Method Health

engine/internal/rdsrefresh/dblab.go:58–61  ·  view source on GitHub ↗

Health checks if the DBLab Engine is healthy.

(ctx context.Context)

Source from the content-addressed store, hash-verified

56
57// Health checks if the DBLab Engine is healthy.
58func (c *DBLabClient) Health(ctx context.Context) error {
59 _, err := c.client.Health(ctx)
60 return err
61}
62
63// TriggerFullRefresh triggers a full data refresh on the DBLab Engine.
64func (c *DBLabClient) TriggerFullRefresh(ctx context.Context) error {

Callers 4

TestDBLabClientHealthFunction · 0.95
RunMethod · 0.45
DryRunMethod · 0.45
runMigrationMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestDBLabClientHealthFunction · 0.76