Skip to content

Commit

Permalink
skip supervisor config
Browse files Browse the repository at this point in the history
  • Loading branch information
laskoviymishka committed Dec 28, 2024
1 parent e3f065d commit 80ad4ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/providers/airbyte/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,10 @@ func (a *Storage) storeState(id abstract.TableID, state json.RawMessage) error {
}

func ensureDocker(lgr log.Logger, supervisorConfigPath string, timeout time.Duration) error {
if supervisorConfigPath == "" {
// no supervisor, assume docker is already running.
return nil
}
// Command to start supervisord
st := time.Now()
var stdoutBuf, stderrBuf bytes.Buffer
Expand Down

0 comments on commit 80ad4ce

Please sign in to comment.