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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: