I used php apps/opt/php-pages/nextcloud/occ background-job:list
and then I removed some jobs, e.g.:
| 2870 | OCA\Recognize\BackgroundJobs\ClassifyFacesJob | 2024-09-12T08:00:02+00:00 | {“storageId”:5,“rootId”:493} |
| 2889 | OCA\Recognize\BackgroundJobs\StorageCrawlJob | 1970-01-01T00:00:00+00:00 | {“storage_id”:23,“root_id”:432963,“override_root”:432963,“last_file_id”:442697,“models”:[“faces”]} |
Are these type of jobs transient, i.e. supposed to execute at some moment and then another job for another time will automatically be created or should I restore these kind of jobs, and if yes, how?
PS: in the Recognize application settings I see this:
Before running a full initial classification run on the terminal, you should stop all background processing that Recognize scheduled upon installation to avoid interference.
occ recognize:clear-background-jobs