nextcloud/apps/dav/tests/unit/BackgroundJob
Thomas Citharel 6f15873321 Add a background job to prune outdated sync tokens
We remove all outdated sync tokens, based on their auto-incremented ID.

By default we only keep the last 10 000, but this can be configurable.

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-10-27 20:12:13 +00:00
..
CleanupInvitationTokenJobTest.php Add a background job to prune outdated sync tokens 2022-10-27 20:12:13 +00:00
EventReminderJobTest.php Mark DAV background jobs as time sensitive/insensitive 2022-02-22 13:55:06 +01:00
GenerateBirthdayCalendarBackgroundJobTest.php Mark DAV background jobs as time sensitive/insensitive 2022-02-22 13:55:06 +01:00
PruneOutdatedSyncTokensJobTest.php Add a background job to prune outdated sync tokens 2022-10-27 20:12:13 +00:00
RefreshWebcalJobTest.php Mark DAV background jobs as time sensitive/insensitive 2022-02-22 13:55:06 +01:00
RegisterRegenerateBirthdayCalendarsTest.php Mark DAV background jobs as time sensitive/insensitive 2022-02-22 13:55:06 +01:00
UpdateCalendarResourcesRoomsBackgroundJobTest.php Mark DAV background jobs as time sensitive/insensitive 2022-02-22 13:55:06 +01:00