Hi, How to define custom failover behavior when executing IgniteRunnable or IgniteCallable tasks executed with ignite.compute().affinityRun or ignite.compute().affinityCall ?
I want to retry the task on few user errors. Implementing additional interface ComputeTask along with IgniteRunnable is not helping in this case. Thanks, Prasad
