MCPcopy Create free account
hub / github.com/rilldata/rill / UpdateDeploymentStatus

Method UpdateDeploymentStatus

admin/database/database.go:112–112  ·  view source on GitHub ↗
(ctx context.Context, id string, status DeploymentStatus, msg string)

Source from the content-addressed store, hash-verified

110 InsertDeployment(ctx context.Context, opts *InsertDeploymentOptions) (*Deployment, error)
111 DeleteDeployment(ctx context.Context, id string) error
112 UpdateDeploymentStatus(ctx context.Context, id string, status DeploymentStatus, msg string) (*Deployment, error)
113 UpdateDeploymentDesiredStatus(ctx context.Context, id string, desiredStatus DeploymentStatus) (*Deployment, error)
114 // UpdateDeploymentUnsafe updates deployment fields that must only be called from the `reconcile_deployment` background job.
115 UpdateDeploymentUnsafe(ctx context.Context, id string, opts *UpdateDeploymentUnsafeOptions) (*Deployment, error)

Callers 2

WorkMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected