aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TaskProcessing/SynchronousBackgroundJob.php
Commit message (Expand)AuthorAgeFilesLines
* feat(TaskProcessing): Allow setting task results for file slotsMarcel Klehr2024-07-171-1/+2
* fix(TaskProcessing): Set task status to running when processing via ISynchron...Marcel Klehr2024-07-041-0/+2
* feat(TaskProcessingApi): Add endpoint for getting the next taskprovokateurin2024-07-011-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-05-241-0/+4
* fix(SynchronousBackgroundJob): Only reschedule when neededMarcel Klehr2024-05-141-2/+19
* fix: run cs:fixMarcel Klehr2024-05-141-1/+1
* refactor: identifier is now customId/custom_idMarcel Klehr2024-05-141-1/+1
* refactor: rename getTaskType to getTaskTypeIdMarcel Klehr2024-05-141-1/+1
* feat: first pass at TaskProcessing APIMarcel Klehr2024-05-141-0/+85