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 foreground worker for auto upload #12954

Closed
5 tasks done
JonasMayerDev opened this issue Apr 30, 2024 · 0 comments · Fixed by #13160 or #13262
Closed
5 tasks done

Remove foreground worker for auto upload #12954

JonasMayerDev opened this issue Apr 30, 2024 · 0 comments · Fixed by #13160 or #13262

Comments

@JonasMayerDev
Copy link
Collaborator

JonasMayerDev commented Apr 30, 2024

To help with reliability, we started using a foreground worker to scan the file system for changes. This is not good practice and we should try to get rid of the foreground worker since it leads to this issue for example.

The goal would be to change the auto upload mechanism to make it resumable (if the worker gets stopped by the system, it should not start scanning from scratch) and reduce the probability for the worker to get killed.

TODO

@JonasMayerDev JonasMayerDev self-assigned this Apr 30, 2024
@tobiasKaminsky tobiasKaminsky moved this to 🏗️ In progress in 🤖 🍏 Clients team May 2, 2024
@github-project-automation github-project-automation bot moved this from 🏗️ In progress to ☑️ Done in 🤖 🍏 Clients team Jul 4, 2024
@AndyScherzinger AndyScherzinger added this to the Nextcloud App 3.30.0 milestone Jul 4, 2024
@JonasMayerDev JonasMayerDev removed a link to a pull request Jul 4, 2024
1 task
@JonasMayerDev JonasMayerDev linked a pull request Jul 11, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment