Package io.kestra.executor
Interface WorkerJobRunningStateStore
public interface WorkerJobRunningStateStore
State store containing all workers' jobs in RUNNING state.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteByKey(String key) Deletes a running worker job for the given key.
-
Method Details
-
deleteByKey
Deletes a running worker job for the given key.A key can be a
WorkerTaskTask Run ID.- Parameters:
key- the key of the worker job to be deleted.
-