Skip to content

Commit

Permalink
chore: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Sep 17, 2024
1 parent 71f25b9 commit 3342b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scheduler/queue/dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ func (d *Dispatcher) Dispatch(ctx context.Context, tableClients []TableClientPai
jobs <- item
}
close(jobs)
close(newJobs)
}()

go func() {
Expand Down

0 comments on commit 3342b0b

Please sign in to comment.