mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(core): remove useless method pause for WorkerJobQueueInterface
This commit is contained in:
committed by
Florian Hussonnois
parent
210308f806
commit
c06938f155
@@ -27,11 +27,6 @@ public class MemoryWorkerJobQueue implements WorkerJobQueueInterface {
|
||||
return workerTaskQueue.receive(consumerGroup, queueType, consumer);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void pause() {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void close() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user