add old frontend code back

This commit is contained in:
2025-05-28 14:49:09 +02:00
parent 59fb65d377
commit 96574efcdc
33 changed files with 4618 additions and 11082 deletions

View File

@@ -50,6 +50,7 @@ public class JobService {
@PostConstruct
private void startProcessingLoop() {
Thread thread = new Thread(() -> {
logger.info("Starting processing loop");
while (true) {
if (!jobQueue.isEmpty()) {
Job job = jobQueue.poll();