backend - push rclone remote connections into threads #18

Open
opened 2026-04-22 19:36:27 +00:00 by neeko · 0 comments
Owner

right now, when the syncing endpoint is hit it completely blocks the backend process while rclone is running
this is fine when hitting local stuff, since that doesn't take long - but connecting to remotes takes a while, and being able to have that on a separate thread so the rest of the API can be hit would be more than ideal - pairs nicely with #17

right now, when the syncing endpoint is hit it completely blocks the backend process while rclone is running this is fine when hitting local stuff, since that doesn't take long - but connecting to remotes takes a while, and being able to have that on a separate thread so the rest of the API can be hit would be more than ideal - pairs nicely with https://git.iko.pink/neeko/SyncLauncher/issues/17
neeko self-assigned this 2026-04-22 19:37:18 +00:00
Sign in to join this conversation.
No labels
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
neeko/SyncLauncher#18
No description provided.