You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
arihav
changed the title
How to Determine Dispatch Success When Manually Dispatching Events?
[Question] How to Determine Dispatch Success When Manually Dispatching Events?
Jun 25, 2024
Thank you for your response. I apologize, but I didn't fully understand what you meant. My question is: when using the manual dispatch mechanism, how can I determine if the dispatch failed, similar to how it is handled in the default dispatcher?
I need to manually dispatch events due to certain constraints, which I have implemented by setting the
DispatchInterval
to-1
andtracker.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!
The text was updated successfully, but these errors were encountered: