aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TaskProcessing/SynchronousBackgroundJob.php
Commit message (Expand)AuthorAgeFilesLines
* fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJobJulien Veyssier2024-08-271-10/+13
* feat(taskprocessing): add IManager::runTask method to run task synchronouslyJulien Veyssier2024-08-271-31/+3
* fix(taskprocessing): select preferred provider when running sync task, fix ta...Julien Veyssier2024-08-121-2/+7
* 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