mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
Disable skipping job acquire log (#3240)
Signed-off-by: Spike Curtis <spike@coder.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user