Question to be answered:
- We have implemented a retry the mutation when network error happens. It will try x time (configurable) using Jitter approach
- Should we really store it after try x time and try again later? Raise the problem to the dev take care of this?
- How/when we will trigger it again after store it on the queue?
- If we store it in the same way that when offline it will not be trigger until the device got offline (because the error was with the device online) and got online again
- What kind of feedback we should raise for the dev? How the dev will know that is in the queue waiting to be trigger again later
|
|