Skip to content

Commit 80f72a8

Browse files
committed
fix(taskprocessing): @SInCE 35.0.0 for claimNextScheduledTask
The new public IManager::claimNextScheduledTask lands in master (35.0.0), not 34.0.0. Addresses review feedback. Signed-off-by: Yoan Bozhilov <bygadd@gmail.com> Assisted-by: Claude Code:claude-opus-4-8
1 parent df23688 commit 80f72a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/TaskProcessing/IManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public function getNextScheduledTasks(array $taskTypeIds = [], array $taskIdsToI
198198
* @param list<string> $taskTypeIds When non-empty, only tasks of these task type IDs are considered.
199199
* @return Task|null The claimed task (status RUNNING), or null if nothing could be claimed.
200200
* @throws Exception If the query failed
201-
* @since 34.0.0
201+
* @since 35.0.0
202202
*/
203203
public function claimNextScheduledTask(array $taskTypeIds = []): ?Task;
204204

0 commit comments

Comments
 (0)