[GH-ISSUE #217] Use async task to download and process bookmark #160

Open
opened 2026-02-25 23:33:35 +03:00 by kerem · 2 comments
Owner

Originally created by @EINDEX on GitHub (Nov 23, 2019).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/217

WHEN adding a new bookmark, if the network form the server to the URL had some network issues,
user did not need to wait for the page download.

AND if bookmark downloading failed, I think the user can add a bookmark successfully.

Originally created by @EINDEX on GitHub (Nov 23, 2019). Original GitHub issue: https://github.com/go-shiori/shiori/issues/217 WHEN adding a new bookmark, if the network form the server to the URL had some network issues, user did not need to wait for the page download. AND if bookmark downloading failed, I think the user can add a bookmark successfully.
Author
Owner

@hulb commented on GitHub (Mar 12, 2020):

I create a pull request to make it faster when add bookmark via browser extension, see https://github.com/go-shiori/shiori/pull/233. But if you mean when adding a new bookmark in the website, I think it may need a asynchronous task scheduler to save the task firest and then process it asynchronously. I'll try to do some work later.

<!-- gh-comment-id:598246933 --> @hulb commented on GitHub (Mar 12, 2020): I create a pull request to make it faster when add bookmark via browser extension, see https://github.com/go-shiori/shiori/pull/233. But if you mean when adding a new bookmark in the website, I think it may need a asynchronous task scheduler to save the task firest and then process it asynchronously. I'll try to do some work later.
Author
Owner

@fmartingr commented on GitHub (Mar 5, 2022):

This has been added for the website in #368 and it seems to work well. I'm going to keep this issue as remainder to do this for the extension as well.

<!-- gh-comment-id:1059847070 --> @fmartingr commented on GitHub (Mar 5, 2022): This has been added for the website in #368 and it seems to work well. I'm going to keep this issue as remainder to do this for the extension as well.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#160
No description provided.