aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Background/JobWorker.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-4/+4
* feat(occ): add 'stop_after' option to stop the worker after some timeJulien Veyssier2024-08-161-0/+36
* chore: Add SPDX headerAndy Scherzinger2024-05-261-19/+2
* feat(bg-jobs): support multiple arguments in cron.php and occ:background-job:...Julien Veyssier2024-05-021-21/+7
* fix(bg-jobs): review adjustmentsJulien Veyssier2024-05-021-4/+21
* feat(bg-jobs): allow setting a job class list instead of a single class in cr...Julien Veyssier2024-05-021-8/+28
* chore(bg-jobs): more output in verbose mode in the bg job workerJulien Veyssier2024-05-021-3/+7
* fix(bg-jobs): cs:fixMarcel Klehr2024-05-021-4/+0
* fix(bg-jobs): fix psalm issuesMarcel Klehr2024-05-021-2/+3
* fix(bg-jobs): Remove interval bookkeepingMarcel Klehr2024-05-021-36/+1
* fix(bg-jobs): fix minor issuesMarcel Klehr2024-05-021-7/+2
* fix(bg-jobs): Fix running once when no job was scheduledJulius Härtl2024-05-021-0/+173