Skip to content

Commit

Permalink
Merge commit '7da22fdf8a5f96cf3cf4606e138bceffed17c3ba' into vsukhin/…
Browse files Browse the repository at this point in the history
…feature/test-workflow-running-context
  • Loading branch information
vsukhin committed Jul 5, 2024
2 parents 7fd49ad + 7da22fd commit 6911023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/logs-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func main() {
log.Warnw("error setting expiration policy", "error", err)
}

kv := Must(js.CreateKeyValue(ctx, jetstream.KeyValueConfig{Bucket: cfg.KVBucketName}))
kv := Must(js.CreateOrUpdateKeyValue(ctx, jetstream.KeyValueConfig{Bucket: cfg.KVBucketName}))
state := state.NewState(kv)

svc := logs.NewLogsService(nc, js, state, logStream).
Expand Down

0 comments on commit 6911023

Please sign in to comment.