Some jobs have not been executed" warning despite cron running correctly

Setup Details:

  • Platform: TrueNAS SCALE (ElectricEel-24.10.0.2)
  • Nextcloud Version: 30.0.5 (App Version: 1.5.14)
  • Database: PostgreSQL
  • Reverse Proxy: Nginx Proxy Manager (NPM)
  • Cron job setup: Running inside a Docker container via TrueNAS’s cron system.

I’m encountering an issue with my Nextcloud instance on TrueNAS SCALE where the admin interface displays the following warning:

"Some jobs have not been executed since 2 days ago. Please consider increasing the execution frequency."

Cron job command:

docker exec -u www-data ix-nextcloud-nextcloud-1 php -f /var/www/html/cron.php

What I’ve Checked So Far:

Manual Cron Execution:
Running the cron job manually via:

sudo docker exec -u www-data ix-nextcloud-nextcloud-1 php -f /var/www/html/cron.php

It completes successfully, but the warning still appears.

Cron Job Logs:

Verified that the cron job is running on schedule by checking /var/log/cron.log, and I can confirm that it’s executing every 5 minutes without issues.

Background Jobs Inspection:
Checked the background job queue with:

php occ background-job:list

www-data@e473ae041da8:~/html$ php occ background-job:list
+-----+-------------------------------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------------------+
| id  | class                                                             | last_run                  | argument                                                                                                          |
+-----+-------------------------------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------------------+
| 26  | OCA\AppAPI\BackgroundJob\ProvidersAICleanUpJob                    | 2025-01-20T19:01:38+00:00 | null                                                                                                              |
| 13  | OCA\Circles\Cron\Maintenance                                      | 2025-01-20T20:25:02+00:00 | null                                                                                                              |
| 16  | OCA\Files_Sharing\BackgroundJob\FederatedSharesDiscoverJob        | 2025-01-20T16:25:19+00:00 | null                                                                                                              |
| 3   | OCA\ContactsInteraction\BackgroundJob\CleanupJob                  | 2025-01-19T09:19:31+00:00 | null                                                                                                              |
| 28  | OCA\Federation\SyncJob                                            | 2025-01-20T16:30:18+00:00 | null                                                                                                              |
| 6   | OCA\Files_Trashbin\BackgroundJob\ExpireTrash                      | 2025-01-20T20:25:02+00:00 | null                                                                                                              |
| 18  | OCA\DAV\BackgroundJob\CleanupDirectLinksJob                       | 2025-01-20T16:25:41+00:00 | null                                                                                                              |
| 4   | OCA\UpdateNotification\BackgroundJob\UpdateAvailableNotifications | 2025-01-19T09:20:17+00:00 | null                                                                                                              |
| 8   | OCA\Files\BackgroundJob\ScanFiles                                 | 2025-01-20T20:20:02+00:00 | null                                                                                                              |
| 36  | OCA\FilesReminders\BackgroundJob\CleanUpReminders                 | 2025-01-20T16:34:50+00:00 | null                                                                                                              |
| 176 | OCA\Files_External\BackgroundJob\CredentialsCleanup               | 2025-01-18T16:56:43+00:00 | null                                                                                                              |
| 10  | OCA\Files\BackgroundJob\CleanupFileLocks                          | 2025-01-20T20:25:02+00:00 | null                                                                                                              |
| 41  | OC\Preview\BackgroundCleanupJob                                   | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 20  | OCA\DAV\BackgroundJob\CleanupInvitationTokenJob                   | 2025-01-20T16:27:49+00:00 | null                                                                                                              |
| 39  | OC\Authentication\Token\TokenCleanupJob                           | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 42  | OC\TextProcessing\RemoveOldTasksBackgroundJob                     | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 38  | OCA\Text\Cron\Cleanup                                             | 2025-01-20T20:25:02+00:00 | null                                                                                                              |
| 43  | OC\User\BackgroundJobs\CleanupDeletedUsers                        | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 9   | OCA\Files\BackgroundJob\DeleteOrphanedItems                       | 2025-01-20T20:15:02+00:00 | null                                                                                                              |
| 12  | OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor              | 2025-01-20T16:05:34+00:00 | null                                                                                                              |
| 21  | OCA\DAV\BackgroundJob\EventReminderJob                            | 2025-01-20T20:25:03+00:00 | null                                                                                                              |
| 17  | OCA\ServerInfo\Jobs\UpdateStorageStats                            | 2025-01-20T19:30:02+00:00 | null                                                                                                              |
| 15  | OCA\Files_Sharing\ExpireSharesJob                                 | 2025-01-20T16:24:59+00:00 | null                                                                                                              |
| 23  | OCA\DAV\BackgroundJob\PruneOutdatedSyncTokensJob                  | 2025-01-20T16:29:14+00:00 | null                                                                                                              |
| 37  | OCA\FilesReminders\BackgroundJob\ScheduledNotifications           | 2025-01-20T20:25:03+00:00 | null                                                                                                              |
| 19  | OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob   | 2025-01-20T19:35:01+00:00 | null                                                                                                              |
| 33  | OCA\OAuth2\BackgroundJob\CleanupExpiredAuthorizationCode          | 2025-01-06T15:12:32+00:00 | null                                                                                                              |
| 22  | OCA\DAV\BackgroundJob\CalendarRetentionJob                        | 2025-01-20T16:29:09+00:00 | null                                                                                                              |
| 27  | OCA\NextcloudAnnouncements\Cron\Crawler                           | 2025-01-20T16:30:04+00:00 | null                                                                                                              |
| 34  | OCA\Notifications\BackgroundJob\GenerateUserSettings              | 2025-01-20T16:31:28+00:00 | null                                                                                                              |
| 348 | OCA\Settings\BackgroundJobs\VerifyUserData                        | 1970-01-01T00:00:00+00:00 | {"verificationCode":"","data":"aslave0@gmail.com","type":"email","uid":"mandie","try":5,"lastRun":1737404106}     |
| 40  | OC\Log\Rotate                                                     | 2025-01-20T20:25:03+00:00 | null                                                                                                              |
| 25  | OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob                  | 2025-01-20T20:25:03+00:00 | null                                                                                                              |
| 11  | OCA\Files\BackgroundJob\CleanupDirectEditingTokens                | 2025-01-20T20:15:02+00:00 | null                                                                                                              |
| 242 | OCA\LookupServerConnector\BackgroundJobs\RetryJob                 | 2025-01-20T18:34:14+00:00 | {"userId":"bob"}                                                                                                  |
| 14  | OCA\Files_Sharing\DeleteOrphanedSharesJob                         | 2025-01-20T16:24:52+00:00 | null                                                                                                              |
| 296 | OC\Security\VerificationToken\CleanUpJob                          | 1970-01-01T00:00:00+00:00 | "{\"userId\":\"bob\",\"subject\":\"lostpassword\",\"pp\":\"test@jackdinn.co.uk\",\"notBefore\":1738245157}"       |
| 7   | OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob        | 2025-01-20T20:25:03+00:00 | null                                                                                                              |
| 181 | OCA\Memories\Cron\IndexJob                                        | 2025-01-20T20:15:06+00:00 | null                                                                                                              |
| 349 | OCA\Settings\BackgroundJobs\VerifyUserData                        | 1970-01-01T00:00:00+00:00 | {"verificationCode":"","data":"jack@jackdinn.co.uk","type":"email","uid":"jackdinn","try":4,"lastRun":1737404130} |
| 350 | OCA\Settings\BackgroundJobs\VerifyUserData                        | 1970-01-01T00:00:00+00:00 | {"verificationCode":"","data":"test@jackdinn.co.uk","type":"email","uid":"bob","try":4,"lastRun":1737404133}      |
| 101 | OC\Security\Bruteforce\CleanupJob                                 | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 5   | OCA\WorkflowEngine\BackgroundJobs\Rotate                          | 2025-01-20T20:15:19+00:00 | null                                                                                                              |
| 103 | OC\TextToImage\RemoveOldTasksBackgroundJob                        | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 240 | OCA\LookupServerConnector\BackgroundJobs\RetryJob                 | 2025-01-20T18:25:03+00:00 | {"userId":"jackdinn"}                                                                                             |
| 104 | OC\TaskProcessing\RemoveOldTasksBackgroundJob                     | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 105 | OC\Core\BackgroundJobs\GenerateMetadataJob                        | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 24  | OCA\Files_Versions\BackgroundJob\ExpireVersions                   | 2025-01-20T19:55:16+00:00 | null                                                                                                              |
| 35  | OCA\Notifications\BackgroundJob\SendNotificationMails             | 2025-01-20T20:25:03+00:00 | null                                                                                                              |
| 2   | OCA\Support\BackgroundJobs\CheckSubscription                      | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
| 100 | OC\Core\BackgroundJobs\CleanupLoginFlowV2                         | 2025-01-20T20:05:04+00:00 | null                                                                                                              |
| 106 | OCA\DAV\BackgroundJob\DeleteOutdatedSchedulingObjects             | 2025-01-20T16:27:09+00:00 | null                                                                                                              |
| 171 | OCA\Talk\BackgroundJob\MaximumCallDuration                        | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
| 166 | OCA\Talk\BackgroundJob\CheckHostedSignalingServer                 | 2025-01-20T20:05:03+00:00 | null                                                                                                              |
| 172 | OCA\Talk\BackgroundJob\Reminder                                   | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
| 167 | OCA\Talk\BackgroundJob\CheckMatterbridges                         | 2025-01-20T20:20:04+00:00 | null                                                                                                              |
| 173 | OCA\Talk\BackgroundJob\RemoveEmptyRooms                           | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 169 | OCA\Talk\BackgroundJob\ExpireChatMessages                         | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
| 174 | OCA\Talk\BackgroundJob\ResetAssignedSignalingServer               | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
| 170 | OCA\Talk\BackgroundJob\ExpireSignalingMessage                     | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
| 175 | OCA\Talk\BackgroundJob\RetryNotificationsJob                      | 2025-01-20T20:25:04+00:00 | null                                                                                                              |
+-----+-------------------------------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------------------+
www-data@e473ae041da8:~/html$ 

Some jobs appear with timestamps from 1970-01-01, while others are current.

Database Maintenance:
Ran the following commands to ensure database integrity:

sudo docker exec -u www-data ix-nextcloud-nextcloud-1 php occ maintenance:repair
sudo docker exec -u www-data ix-nextcloud-nextcloud-1 php occ db:add-missing-indices
sudo docker exec -u www-data ix-nextcloud-nextcloud-1 php occ db:add-missing-columns
sudo docker exec -u www-data ix-nextcloud-nextcloud-1 php occ db:add-missing-primary-keys

No errors were reported, but the warning persists.

Forcing Execution of Jobs:
Attempted to manually force execution of background jobs with:

sudo docker exec -u www-data ix-nextcloud-nextcloud-1 php occ background-job:execute --force-execute <job-id>

However, some jobs were not due for execution, and others completed successfully but did not resolve the issue.

Is there a way to reset or refresh Nextcloud’s cron status to clear this warning?

Any insights on additional troubleshooting steps to confirm all background jobs are running as expected?

Thanks in advance for your help!

From my reading of the TrueNAS Scale app code, it uses the cron sidecar container (which is the suggested method for that type of deployment since it keeps everything contained in the Compose file and doesn’t require adding a cronjob outside the stack.

All that should require is toggling on the Cron question when deploying the app.

There is no use of the TrueNAS Scale cron system.

Hi , sorry you will have to spell it out for me as im a bit slow :wink:

Are you saying i should just switch this toggle button and thats it, done?

But if you click the “?” in the corner of the title in the image iv shown, you get led to this link
https://docs.nextcloud.com/server/30/admin_manual/configuration_server/background_jobs_configuration.html

which is quite clear about how to use & setup the cron.php execution.

So do you mean the cron option in the container composer on truenas

Do i do both of them cron options switches, the one in NC and this one, just one of them or what exactly?

Ok, well i switched them both on, and set the cron schedule input box in truenas apps to */5 * * * *

It does run the cron but the error message is still there

Some jobs have not been executed since 2 days ago. Please consider increasing the execution frequency. 

the logs also had 1 error for some reason

{"reqId":"LuSjNNNI4YcsG58JxLmn","level":3,"time":"2025-01-21T00:35:17+00:00","remoteAddr":"","user":"--","app":"PHP","method":"","url":"/cron.php","message":"file_get_contents(/var/www/html/data/appdata_oct8qd4q99ff/identityproof/user-bob/private): Failed to open stream: No such file or directory at /var/www/html/lib/private/Files/Storage/Local.php#296","userAgent":"--","version":"30.0.5.1","data":{"app":"PHP"}}

I figured it.

I have no idea why, but I went to the list of jobs and found any that had not run and just forced as many to run as I possibly could (some would not even run when forced, pass).

www-data@020de5605906:~/html$ php occ background-job:list
+-----+-------------------------------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------------------+
| id  | class                                                             | last_run                  | argument                                                                                                          |
+-----+-------------------------------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------------------+
| 41  | OC\Preview\BackgroundCleanupJob                                   | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 26  | OCA\AppAPI\BackgroundJob\ProvidersAICleanUpJob                    | 2025-01-20T19:01:38+00:00 | null                                                                                                              |
| 39  | OC\Authentication\Token\TokenCleanupJob                           | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 42  | OC\TextProcessing\RemoveOldTasksBackgroundJob                     | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 43  | OC\User\BackgroundJobs\CleanupDeletedUsers                        | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 16  | OCA\Files_Sharing\BackgroundJob\FederatedSharesDiscoverJob        | 2025-01-20T16:25:19+00:00 | null                                                                                                              |
| 3   | OCA\ContactsInteraction\BackgroundJob\CleanupJob                  | 2025-01-19T09:19:31+00:00 | null                                                                                                              |
| 28  | OCA\Federation\SyncJob                                            | 2025-01-20T16:30:18+00:00 | null                                                                                                              |
| 18  | OCA\DAV\BackgroundJob\CleanupDirectLinksJob                       | 2025-01-20T16:25:41+00:00 | null                                                                                                              |
| 4   | OCA\UpdateNotification\BackgroundJob\UpdateAvailableNotifications | 2025-01-19T09:20:17+00:00 | null                                                                                                              |
| 36  | OCA\FilesReminders\BackgroundJob\CleanUpReminders                 | 2025-01-20T16:34:50+00:00 | null                                                                                                              |
| 176 | OCA\Files_External\BackgroundJob\CredentialsCleanup               | 2025-01-18T16:56:43+00:00 | null                                                                                                              |
| 10  | OCA\Files\BackgroundJob\CleanupFileLocks                          | 2025-01-21T00:51:17+00:00 | null                                                                                                              |
| 25  | OCA\AppAPI\BackgroundJob\ExAppInitStatusCheckJob                  | 2025-01-21T00:51:17+00:00 | null                                                                                                              |
| 17  | OCA\ServerInfo\Jobs\UpdateStorageStats                            | 2025-01-20T22:30:04+00:00 | null                                                                                                              |
| 20  | OCA\DAV\BackgroundJob\CleanupInvitationTokenJob                   | 2025-01-20T16:27:49+00:00 | null                                                                                                              |
| 13  | OCA\Circles\Cron\Maintenance                                      | 2025-01-21T00:51:17+00:00 | null                                                                                                              |
| 38  | OCA\Text\Cron\Cleanup                                             | 2025-01-21T00:51:18+00:00 | null                                                                                                              |
| 12  | OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor              | 2025-01-20T16:05:34+00:00 | null                                                                                                              |
| 27  | OCA\NextcloudAnnouncements\Cron\Crawler                           | 2025-01-20T16:30:04+00:00 | null                                                                                                              |
| 9   | OCA\Files\BackgroundJob\DeleteOrphanedItems                       | 2025-01-21T00:20:03+00:00 | null                                                                                                              |
| 8   | OCA\Files\BackgroundJob\ScanFiles                                 | 2025-01-21T00:45:01+00:00 | null                                                                                                              |
| 15  | OCA\Files_Sharing\ExpireSharesJob                                 | 2025-01-20T16:24:59+00:00 | null                                                                                                              |
| 19  | OCA\DAV\BackgroundJob\UpdateCalendarResourcesRoomsBackgroundJob   | 2025-01-21T00:51:18+00:00 | null                                                                                                              |
| 23  | OCA\DAV\BackgroundJob\PruneOutdatedSyncTokensJob                  | 2025-01-20T16:29:14+00:00 | null                                                                                                              |
| 360 | OCA\Settings\BackgroundJobs\VerifyUserData                        | 1970-01-01T00:00:00+00:00 | {"verificationCode":"","data":"jack@jackdinn.co.uk","type":"email","uid":"jackdinn","try":8,"lastRun":1737419410} |
| 33  | OCA\OAuth2\BackgroundJob\CleanupExpiredAuthorizationCode          | 2025-01-06T15:12:32+00:00 | null                                                                                                              |
| 242 | OCA\LookupServerConnector\BackgroundJobs\RetryJob                 | 2025-01-21T00:35:17+00:00 | {"userId":"bob"}                                                                                                  |
| 362 | OCA\Settings\BackgroundJobs\VerifyUserData                        | 1970-01-01T00:00:00+00:00 | {"verificationCode":"","data":"aslave0@gmail.com","type":"email","uid":"mandie","try":9,"lastRun":1737419725}     |
| 37  | OCA\FilesReminders\BackgroundJob\ScheduledNotifications           | 2025-01-21T00:51:18+00:00 | null                                                                                                              |
| 21  | OCA\DAV\BackgroundJob\EventReminderJob                            | 2025-01-21T00:47:51+00:00 | null                                                                                                              |
| 22  | OCA\DAV\BackgroundJob\CalendarRetentionJob                        | 2025-01-20T22:30:02+00:00 | null                                                                                                              |
| 34  | OCA\Notifications\BackgroundJob\GenerateUserSettings              | 2025-01-20T16:31:28+00:00 | null                                                                                                              |
| 11  | OCA\Files\BackgroundJob\CleanupDirectEditingTokens                | 2025-01-21T00:51:32+00:00 | null                                                                                                              |
| 40  | OC\Log\Rotate                                                     | 2025-01-21T00:51:32+00:00 | null                                                                                                              |
| 6   | OCA\Files_Trashbin\BackgroundJob\ExpireTrash                      | 2025-01-21T00:51:17+00:00 | null                                                                                                              |
| 14  | OCA\Files_Sharing\DeleteOrphanedSharesJob                         | 2025-01-20T16:24:52+00:00 | null                                                                                                              |
| 361 | OCA\Settings\BackgroundJobs\VerifyUserData                        | 1970-01-01T00:00:00+00:00 | {"verificationCode":"","data":"test@jackdinn.co.uk","type":"email","uid":"bob","try":8,"lastRun":1737419703}      |
| 296 | OC\Security\VerificationToken\CleanUpJob                          | 1970-01-01T00:00:00+00:00 | "{\"userId\":\"bob\",\"subject\":\"lostpassword\",\"pp\":\"test@jackdinn.co.uk\",\"notBefore\":1738245157}"       |
| 7   | OCA\UserStatus\BackgroundJob\ClearOldStatusesBackgroundJob        | 2025-01-21T00:51:18+00:00 | null                                                                                                              |
| 181 | OCA\Memories\Cron\IndexJob                                        | 2025-01-21T00:51:18+00:00 | null                                                                                                              |
| 5   | OCA\WorkflowEngine\BackgroundJobs\Rotate                          | 2025-01-20T23:20:16+00:00 | null                                                                                                              |
| 101 | OC\Security\Bruteforce\CleanupJob                                 | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 103 | OC\TextToImage\RemoveOldTasksBackgroundJob                        | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 104 | OC\TaskProcessing\RemoveOldTasksBackgroundJob                     | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 105 | OC\Core\BackgroundJobs\GenerateMetadataJob                        | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 240 | OCA\LookupServerConnector\BackgroundJobs\RetryJob                 | 2025-01-21T00:30:03+00:00 | {"userId":"jackdinn"}                                                                                             |
| 24  | OCA\Files_Versions\BackgroundJob\ExpireVersions                   | 2025-01-21T00:30:07+00:00 | null                                                                                                              |
| 35  | OCA\Notifications\BackgroundJob\SendNotificationMails             | 2025-01-21T00:51:31+00:00 | null                                                                                                              |
| 2   | OCA\Support\BackgroundJobs\CheckSubscription                      | 2025-01-21T00:51:31+00:00 | null                                                                                                              |
| 100 | OC\Core\BackgroundJobs\CleanupLoginFlowV2                         | 2025-01-21T00:47:52+00:00 | null                                                                                                              |
| 106 | OCA\DAV\BackgroundJob\DeleteOutdatedSchedulingObjects             | 2025-01-20T16:27:09+00:00 | null                                                                                                              |
| 171 | OCA\Talk\BackgroundJob\MaximumCallDuration                        | 2025-01-21T00:51:31+00:00 | null                                                                                                              |
| 166 | OCA\Talk\BackgroundJob\CheckHostedSignalingServer                 | 2025-01-21T00:15:16+00:00 | null                                                                                                              |
| 172 | OCA\Talk\BackgroundJob\Reminder                                   | 2025-01-21T00:51:31+00:00 | null                                                                                                              |
| 167 | OCA\Talk\BackgroundJob\CheckMatterbridges                         | 2025-01-21T00:51:31+00:00 | null                                                                                                              |
| 173 | OCA\Talk\BackgroundJob\RemoveEmptyRooms                           | 1970-01-01T00:00:00+00:00 | null                                                                                                              |
| 169 | OCA\Talk\BackgroundJob\ExpireChatMessages                         | 2025-01-21T00:51:32+00:00 | null                                                                                                              |
| 174 | OCA\Talk\BackgroundJob\ResetAssignedSignalingServer               | 2025-01-21T00:51:32+00:00 | null                                                                                                              |
| 170 | OCA\Talk\BackgroundJob\ExpireSignalingMessage                     | 2025-01-21T00:51:32+00:00 | null                                                                                                              |
| 175 | OCA\Talk\BackgroundJob\RetryNotificationsJob                      | 2025-01-21T00:51:32+00:00 | null                                                                                                              |
+-----+-------------------------------------------------------------------+---------------------------+-------------------------------------------------------------------------------------------------------------------+

www-data@020de5605906:~/html$ php occ background-job:execute 41
Job class:            OC\Preview\BackgroundCleanupJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        5
Next execution:       1970-01-01T01:00:00+00:00

Job executed!

Job class:            OC\Preview\BackgroundCleanupJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:56:09+00:00
Last duration:        0
Next execution:       2025-01-21T01:56:09+00:00
www-data@020de5605906:~/html$ php occ background-job:execute 173
Job class:            OCA\Talk\BackgroundJob\RemoveEmptyRooms
Arguments:            null
Type:                 timed

Last checked:         2025-01-20T20:00:24+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-01T00:05:00+00:00

Job executed!

Job class:            OCA\Talk\BackgroundJob\RemoveEmptyRooms
Arguments:            null
Type:                 timed

Last checked:         2025-01-20T20:00:24+00:00
Reserved at:          -
Last executed:        2025-01-21T00:56:29+00:00
Last duration:        0
Next execution:       2025-01-21T01:01:29+00:00
www-data@020de5605906:~/html$ php occ background-job:execute 105
Job class:            OC\Core\BackgroundJobs\GenerateMetadataJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Job executed!

Job class:            OC\Core\BackgroundJobs\GenerateMetadataJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:56:39+00:00
Last duration:        0
Next execution:       2025-01-22T00:56:39+00:00
www-data@020de5605906:~/html$ php occ background-job:execute 104
Job class:            OC\TaskProcessing\RemoveOldTasksBackgroundJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Job executed!

Job class:            OC\TaskProcessing\RemoveOldTasksBackgroundJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:56:47+00:00
Last duration:        0
Next execution:       2025-01-22T00:56:47+00:00
www-data@020de5605906:~/html$ php occ background-job:execute 103
Job class:            OC\TextToImage\RemoveOldTasksBackgroundJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Job executed!

Job class:            OC\TextToImage\RemoveOldTasksBackgroundJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:56:55+00:00
Last duration:        0
Next execution:       2025-01-22T00:56:55+00:00
www-data@020de5605906:~/html$ php occ background-job:execute 101
Job class:            OC\Security\Bruteforce\CleanupJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Job executed!

Job class:            OC\Security\Bruteforce\CleanupJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:57:02+00:00
Last duration:        0
Next execution:       2025-01-22T00:57:02+00:00
www-data@020de5605906:~/html$ php occ background-job:execute 296
Job class:            OC\Security\VerificationToken\CleanUpJob
Arguments:            "{\"userId\":\"bob\",\"subject\":\"lostpassword\",\"pp\":\"test@jackdinn.co.uk\",\"notBefore\":1738245157}"
Type:                 job

Last checked:         2025-01-21T00:55:01+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0

Job was not executed because it is not due
Specify the --force-execute option to run it anyway
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 296
Job class:            OC\Security\VerificationToken\CleanUpJob
Arguments:            "{\"userId\":\"bob\",\"subject\":\"lostpassword\",\"pp\":\"test@jackdinn.co.uk\",\"notBefore\":1738245157}"
Type:                 job

Last checked:         2025-01-21T00:55:01+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0

Forcing execution of the job

Job was not executed because it is not due
Specify the --force-execute option to run it anyway
www-data@020de5605906:~/html$ php occ background-job:execute 361
Job class:            OCA\Settings\BackgroundJobs\VerifyUserData
Arguments:            {"verificationCode":"","data":"test@jackdinn.co.uk","type":"email","uid":"bob","try":8,"lastRun":1737419703}
Type:                 job

Last checked:         2025-01-21T00:55:01+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0

Job was not executed because it is not due
Specify the --force-execute option to run it anyway
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 361
Job class:            OCA\Settings\BackgroundJobs\VerifyUserData
Arguments:            {"verificationCode":"","data":"test@jackdinn.co.uk","type":"email","uid":"bob","try":8,"lastRun":1737419703}
Type:                 job

Last checked:         2025-01-21T00:55:01+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0

Forcing execution of the job

Job was not executed because it is not due
Specify the --force-execute option to run it anyway
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 362
Job class:            OCA\Settings\BackgroundJobs\VerifyUserData
Arguments:            {"verificationCode":"","data":"aslave0@gmail.com","type":"email","uid":"mandie","try":9,"lastRun":1737419725}
Type:                 job

Last checked:         2025-01-21T00:55:01+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0

Forcing execution of the job

Job was not executed because it is not due
Specify the --force-execute option to run it anyway
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 360
Job class:            OCA\Settings\BackgroundJobs\VerifyUserData
Arguments:            {"verificationCode":"","data":"jack@jackdinn.co.uk","type":"email","uid":"jackdinn","try":8,"lastRun":1737419410}
Type:                 job

Last checked:         2025-01-21T00:55:00+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0

Forcing execution of the job

Job was not executed because it is not due
Specify the --force-execute option to run it anyway
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 43 
Job class:            OC\User\BackgroundJobs\CleanupDeletedUsers
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Forcing execution of the job

Job executed!

Job class:            OC\User\BackgroundJobs\CleanupDeletedUsers
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:59:00+00:00
Last duration:        0
Next execution:       2025-01-22T00:59:00+00:00
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 42
Job class:            OC\TextProcessing\RemoveOldTasksBackgroundJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Forcing execution of the job

Job executed!

Job class:            OC\TextProcessing\RemoveOldTasksBackgroundJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:59:07+00:00
Last duration:        0
Next execution:       2025-01-22T00:59:07+00:00
www-data@020de5605906:~/html$ php occ background-job:execute --force-execute 39
Job class:            OC\Authentication\Token\TokenCleanupJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        1970-01-01T00:00:00+00:00
Last duration:        0
Next execution:       1970-01-02T00:00:00+00:00

Forcing execution of the job

Job executed!

Job class:            OC\Authentication\Token\TokenCleanupJob
Arguments:            null
Type:                 timed

Last checked:         2025-01-21T00:46:52+00:00
Reserved at:          -
Last executed:        2025-01-21T00:59:14+00:00
Last duration:        0
Next execution:       2025-01-22T00:59:14+00:00
www-data@020de5605906:~/html$ php -f /var/www/html/cron.php

and when i refreshed the NC setting page, the dreaded message that iv been fighting with all day was gone.

A day burned but im glad its sorted.

Yes, that one.

1 Like

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