Disable skipping job acquire log (#3240)

Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
Spike Curtis
2022-07-26 16:36:45 -07:00
committed by GitHub
parent b1e0d69789
commit f310aeb4cb
-1
View File
@@ -190,7 +190,6 @@ func (p *Server) acquireJob(ctx context.Context) {
return
}
if p.isRunningJob() {
p.opts.Logger.Debug(context.Background(), "skipping acquire; job is already running")
return
}
if p.isShutdown() {