Background Job Workers instead of Cron?

I didn’t find anything in the documentation. However, you can track down and find a few things on github, here the feature was introduced:
https://github.com/nextcloud/server/pull/30359
Feature request for a runner:

On the forum, just an unanswered help request:

If you have broken background jobs, you should also find out which ones are failing and repair them (or report a bug). The oc_jobs table should help you which jobs run when for the last time and how long it took, and of course when it is running the logfiles (and you might have some errors when you call the jobs directly from command line).

1 Like