deepal/boostnote-github-sync

Retry notes which were failed to sync

deepal opened this issue · 1 comments

In the current implementation, boostnote-github-sync dequeues an item from the sync queue and then attempts to sync it. If the sync fails, it is never retried because the item is already dequeued from the sync queue.

Notes, which were failed to retry will now be enqueued in order to be retried later.