Skip to content
Snippets Groups Projects

Set the current job to null once finished

2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -238,6 +238,7 @@ public class MessageReceiver {
)
));
worker.setCurrentJob(null);
logger.info("Job {} finished by {}", msg.getId(), worker);
}
}
Loading