k
select count(id) as jobs, class from oc_jobs group by class order by jobs desc;
какие задачи наверху, сколько штук?
Size: a a a
k
select count(id) as jobs, class from oc_jobs group by class order by jobs desc;
KO
select count(id) as jobs, class from oc_jobs group by class order by jobs desc;
| 55 | OCA\Mail\BackgroundJob\SyncJob |
| 55 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob |
| 1 | OCA\Files\BackgroundJob\DeleteOrphanedItems |
k
| 55 | OCA\Mail\BackgroundJob\SyncJob |
| 55 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob |
| 1 | OCA\Files\BackgroundJob\DeleteOrphanedItems |
KO
k
mysql> select count(id) as jobs, class from oc_jobs group by class order by jobs desc;
+-------+-----------------------------------------------------------------+
| jobs | class |
+-------+-----------------------------------------------------------------+
| 67272 | OCA\DAV\BackgroundJob\UploadCleanup |
| 23827 | OC\Command\CommandJob |
| 803 | OCA\QuotaWarning\Job\User |
| 787 | OCA\LookupServerConnector\BackgroundJobs\RetryJob |
| 728 | OCA\Settings\BackgroundJobs\VerifyUserData |
| 249 | OCA\FirstRunWizard\Notification\BackgroundJob |
| 155 | OC\Settings\BackgroundJobs\VerifyUserData |
| 45 | OCA\Mail\BackgroundJob\SyncJob |
| 45 | OCA\Mail\BackgroundJob\TrainImportanceClassifierJob |
| 8 | OCA\Maps\BackgroundJob\AddPhotoJob |
| 6 | OCA\DAV\BackgroundJob\RefreshWebcalJob |
| 3 | OCA\FederatedFileSharing\BackgroundJob\RetryJob |
| 1 | OCA\Files\BackgroundJob\ScanFiles |
+-------+-----------------------------------------------------------------+
k
k
KO
k
k
KO
KO
k
php cron.phpk
KO
DK
FF
k
d