-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Timed-based background jobs #30273
Comments
Concept, as discussed with Joas and Robin:
|
PR here: #30945 |
pinging @ChristophWurst to check if this would then fit your view of using this to implement the mail adoption, else best to align with the files team |
can you tell me which one specifically? We can certainly move any cleanup job. But inbox synchronization should remain an hourly job so when you open the app the cache is somewhat up to date. I've opened nextcloud/groupware#28 for our team. |
@ChristophWurst no idea tbh, it is referenced in some place in general and I believe given the cross reference for mail scheduling the outlined approach won't be an enabler for implementating scheduled mail sending. |
Yeah it's mostly about the "daily" things. Priority scanning comes to mind or pruning data |
that's done, afaik?! closing. |
How to use GitHub
Is your feature request related to a problem? Please describe.
Some background jobs are long-runners and create heavy load, this can also happen during office hours impacting the system's performance for users during such times.
Describe the solution you'd like
Provide a way to define a time when a background job should run.
e.g. to ensure heavy load jobs don't run during office hours but rather at night.
Describe alternatives you've considered
none
Additional context
The text was updated successfully, but these errors were encountered: