Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add persisting for failed requests #46

Open
igorrKurr opened this issue Aug 3, 2015 · 0 comments
Open

Add persisting for failed requests #46

igorrKurr opened this issue Aug 3, 2015 · 0 comments

Comments

@igorrKurr
Copy link
Member

For now we have requests running in queue for retryCount times when failed.
But it is better to add some persistence for such failed reqs, that wasn't successful even after multiple times in queue.
If we'll do so, then consistency problem may appear.
To solve it without providing any additional uuid, etc. we can use git-like approach.
For example, we can provide some options in config like strategy: 'use-theirs/use-our' that will behave similar to git merge strategies.
To do so we can put all responsibility for changing data to both user and server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant