MCPcopy Create free account
hub / github.com/PostHog/duckgres / SetWorkerImage

Method SetWorkerImage

controlplane/org_reserved_pool.go:375–379  ·  view source on GitHub ↗
(image string)

Source from the content-addressed store, hash-verified

373func (p *OrgReservedPool) SpawnMinWorkers(count int) error {
374 return nil
375}
376
377func (p *OrgReservedPool) HealthCheckLoop(ctx context.Context, interval time.Duration, onCrash WorkerCrashHandler, onProgress ProgressHandler) {
378}
379
380func (p *OrgReservedPool) SetMaxWorkers(n int) {
381 p.shared.mu.Lock()
382 defer p.shared.mu.Unlock()

Callers 1

HandleConfigChangeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected