Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(occ): add 'stop_after' option to stop the worker after some time | Julien Veyssier | 2024-08-16 | 1 | -0/+36 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | feat(bg-jobs): support multiple arguments in cron.php and ↵ | Julien Veyssier | 2024-05-02 | 1 | -21/+7 |
| | | | | | | occ:background-job:worker for the job class list Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(bg-jobs): review adjustments | Julien Veyssier | 2024-05-02 | 1 | -4/+21 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | feat(bg-jobs): allow setting a job class list instead of a single class in ↵ | Julien Veyssier | 2024-05-02 | 1 | -8/+28 |
| | | | | | | cron.php and the job worker occ command Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | chore(bg-jobs): more output in verbose mode in the bg job worker | Julien Veyssier | 2024-05-02 | 1 | -3/+7 |
| | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> | ||||
* | fix(bg-jobs): cs:fix | Marcel Klehr | 2024-05-02 | 1 | -4/+0 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(bg-jobs): fix psalm issues | Marcel Klehr | 2024-05-02 | 1 | -2/+3 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(bg-jobs): Remove interval bookkeeping | Marcel Klehr | 2024-05-02 | 1 | -36/+1 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(bg-jobs): fix minor issues | Marcel Klehr | 2024-05-02 | 1 | -7/+2 |
| | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | fix(bg-jobs): Fix running once when no job was scheduled | Julius Härtl | 2024-05-02 | 1 | -0/+173 |
Signed-off-by: Julius Härtl <jus@bitgrid.net> |