nextcloud/apps
Louis Chemineau 60455d724b feat(files_trashbin): Refactor expire background job to support parallel run
- Follow-up of #51600

The original PR introduced the possibility to continue an `ExpireTrash` job by saving the offset. This was to prevent having to start over the whole user list when the job crashed or was killed.

But on big instances, one process is not enough to go through all the users in a timely manner. Supporting parallel run allows covering more ground faster.

This PR introduced this possibility. We are now storing the offset right away to allow another parallel job to pick up the task at that point. We are arbitrarily cutting the user list in chunk of 10 to not drastically overflow the 30 minutes time limit.

Signed-off-by: Louis Chemineau <louis@chmn.me>
2025-09-11 16:10:25 +02:00
..
admin_audit fix(l10n): Update translations from Transifex 2025-09-08 00:13:48 +00:00
cloud_federation_api feat(ocm): split ocm discovery and capabilities 2025-08-20 14:47:31 -01:00
comments fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
contactsinteraction fix: add missing listener 2025-09-02 12:26:04 +00:00
dashboard fix(l10n): Update translations from Transifex 2025-09-09 00:15:41 +00:00
dav fix(l10n): Update translations from Transifex 2025-09-10 19:34:49 +00:00
encryption fix(l10n): Update translations from Transifex 2025-09-10 00:14:09 +00:00
federatedfilesharing fix(l10n): Update translations from Transifex 2025-09-10 19:34:49 +00:00
federation fix: Fix getting trusted server other than the first 2025-08-28 08:31:18 +02:00
files fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
files_external fix(l10n): Update translations from Transifex 2025-09-10 00:14:09 +00:00
files_reminders fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
files_sharing fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
files_trashbin feat(files_trashbin): Refactor expire background job to support parallel run 2025-09-11 16:10:25 +02:00
files_versions fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
lookup_server_connector fix(l10n): Update translations from Transifex 2025-07-25 00:12:28 +00:00
oauth2 fix(l10n): Update translations from Transifex 2025-08-22 00:12:23 +00:00
profile fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
provisioning_api fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
settings fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
sharebymail fix(l10n): Update translations from Transifex 2025-09-10 19:34:49 +00:00
systemtags fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
testing test(dav): add integration test for principal property search 2025-06-17 20:02:30 +02:00
theming fix(l10n): Update translations from Transifex 2025-09-10 19:34:49 +00:00
twofactor_backupcodes fix(l10n): Update translations from Transifex 2025-07-29 00:12:14 +00:00
updatenotification fix(l10n): Update translations from Transifex 2025-09-11 00:14:01 +00:00
user_ldap fix(l10n): Update translations from Transifex 2025-09-10 19:34:49 +00:00
user_status fix(l10n): Update translations from Transifex 2025-09-10 19:34:49 +00:00
weather_status fix(l10n): Update translations from Transifex 2025-09-10 00:14:09 +00:00
webhook_listeners fix(l10n): Update translations from Transifex 2025-08-16 00:12:10 +00:00
workflowengine fix(l10n): Update translations from Transifex 2025-09-10 00:14:09 +00:00