I need to manually dispatch events due to certain constraints, which I have implemented by setting the DispatchInterval to -1 and tracker.dispatchBlocking(). I am currently dispatching events using a job service.
My question is: how can I determine if a dispatch attempt has failed in order to implement a retry mechanism?
Thank you for your assistance!