nextcloud/core/Command
Yoan Bozhilov aa5f45cecd fix(taskprocessing): claim tasks atomically with SKIP LOCKED + composite index
Replace the worker retry/ignore-list claim-loop with a single atomic
SELECT ... FOR UPDATE SKIP LOCKED claim (SQLite bounded-retry fallback),
preserving the no-duplicate guarantee while removing the thundering-herd
contention that throttled backlog draining. Add a (status,type,last_updated)
index via the table-creating migration + db:add-missing-indices listener.

Signed-off-by: Yoan Bozhilov <bygadd@gmail.com>
Assisted-by: Claude Code:claude-opus-4-8
2026-06-17 19:00:53 +02:00
..
App refactor: migrate usage of OC_App to AppManager 2026-05-13 14:01:49 +02:00
Background feat(utils): add getter for serverid with proper default 2026-06-12 19:40:16 +02:00
Broadcast chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Config refactor: migrate usage of OC_App to AppManager 2026-05-13 14:01:49 +02:00
Db refactor: migrate usage of OC_App to AppManager 2026-05-13 14:01:49 +02:00
Encryption chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
FilesMetadata chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Group feat(occ): make it possible to remove an arbitrary number of users to a group 2026-05-20 09:01:30 +00:00
Info chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Integrity chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
L10n chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Log chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Maintenance chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Memcache chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Preview chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Router chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Security chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
SystemTag chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
TaskProcessing fix(taskprocessing): claim tasks atomically with SKIP LOCKED + composite index 2026-06-17 19:00:53 +02:00
TwoFactorAuth chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
User fix(settings,oauth2): preserve wipe state across admin deletion paths 2026-05-26 19:21:58 +00:00
Base.php chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Check.php chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
InterruptedException.php feat(rector): Enable SafeDeclareStrictTypesRector 2026-02-09 10:59:31 +01:00
SetupChecks.php chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
SnowflakeDecodeId.php chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Status.php chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Upgrade.php chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00