Package com.atlassian.jira.task
Interface SelfRecovering
public interface SelfRecovering
Long running tasks that implement
SelfRecovering
will not be automatically cleaned up by Jira
after a node that was executing them crashes. Such tasks are expected to be picked up again by the cluster.
This marker interface should be implemented by the command submitted to TaskManager
.
- Since:
- v8.5.4, v8.6.2, v8.7.1, v8.8.0