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

Remove events from pending list in db when upload is in progress #229

Open
baumatron opened this issue Jun 8, 2017 · 0 comments
Open

Remove events from pending list in db when upload is in progress #229

baumatron opened this issue Jun 8, 2017 · 0 comments
Labels

Comments

@baumatron
Copy link
Contributor

We should remove the NSCondition in KIOUploader and instead remove events from the pending event queue in the db while they are in flight. That might be moving them to another table, or just storing them in memory along with the request state. Then upon failure, failing events can be marked as pending again if they haven't already retried too many times.

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

No branches or pull requests

1 participant