nextcloud/core/Command
Yoan Bozhilov 0799454a1f 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-15 16:37:34 +02:00
..
App feat(occ): Better handling of disabled or unreacheable App store 2026-06-11 10:09:02 +02:00
Background feat(utils): add getter for serverid with proper default 2026-06-12 13:53:10 +02:00
Broadcast chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Config chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Db style(PHP): Fix 2026-06-11 20:01:52 +02:00
Encryption chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
FilesMetadata chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Group chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Info chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Integrity chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
L10n chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Log chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Maintenance fix: changed wording of error for occ maintenance:update:htaccess 2026-06-11 10:23:00 +02:00
Memcache chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
OCM chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Preview chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Router chore: add missing Override attribute to core code 2026-04-28 21:29:28 +02:00
Security chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SystemTag chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
TaskProcessing fix(taskprocessing): claim tasks atomically with SKIP LOCKED + composite index 2026-06-15 16:37:34 +02:00
TwoFactorAuth chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
User feat: add a exclude disabled option to last seen 2026-06-11 20:21:23 +02:00
Base.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Check.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
InterruptedException.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
SetupChecks.php chore: Add category/class type parameter to setupchecks cmd 2026-06-11 12:24:47 +02:00
SnowflakeDecodeId.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Status.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00
Upgrade.php chore: Apply new coding standard to all files 2026-06-01 13:46:39 +02:00