nextcloud/lib/private/TaskProcessing
Yoan Bozhilov df2368896f docs(taskprocessing): document lockTask semantic change
Per review feedback: note in the lockTask docblock that the guard changed from
`status != RUNNING` to `status = SCHEDULED`, and that callers must now treat a
0 return as "the task is no longer claimable" rather than assuming success.

Signed-off-by: Yoan Bozhilov <bygadd@gmail.com>
Assisted-by: Claude Code:claude-opus-4-8
2026-06-15 16:37:34 +02:00
..
Db docs(taskprocessing): document lockTask semantic change 2026-06-15 16:37:34 +02:00
Manager.php fix(taskprocessing): claim tasks atomically with SKIP LOCKED + composite index 2026-06-15 16:37:34 +02:00
RemoveOldTasksBackgroundJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SynchronousBackgroundJob.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00