mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
feat(core): zombie worker task detection & automatic resubmission (#2081)
close kestra-io/kestra#2055
This commit is contained in:
@@ -32,6 +32,11 @@ public class MemoryWorkerJobQueue implements WorkerJobQueueInterface {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void cleanup() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user