How do I restore the jobs I accidentally removed with background-job:delete?

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

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.