feat(core): zombie worker task detection & automatic resubmission (#2081)

close kestra-io/kestra#2055
This commit is contained in:
YannC
2023-09-28 14:36:20 +02:00
committed by GitHub
parent 44a8da8a41
commit c9e6145fc2
51 changed files with 1252 additions and 80 deletions

View File

@@ -32,6 +32,11 @@ public class MemoryWorkerJobQueue implements WorkerJobQueueInterface {
}
@Override
public void cleanup() {
}
@Override
public void close() {