'Termination of running Redisson task
I've a situation where I need to terminate previously running tasks before starting a new one in Redisson. I've tried to use the cancel(taskId) method but it cancels a task that is scheduled to run not a currently running task.
Is there a method to kill the task on execution?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
