Skip to content

Commit

Permalink
fix(cmd): increase worker timeouts 5s -> 30s (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevivurn authored Sep 23, 2024
1 parent 72b6c71 commit a723971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sgs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func run(ctx context.Context) error {
queue := worker.NewQueue(
repo.Workspaces(),
worker.CmdWorker(cfg.Worker.Command),
time.Minute, 5*time.Second,
time.Minute, 30*time.Second,
)
queue.Enqueue() // enqueue update on startup

Expand Down

0 comments on commit a723971

Please sign in to comment.