nextcloud-server/apps/dav/lib/BackgroundJob
Salvatore Martire e4183236ed fix: adjust setTimeout value for ClearOldStatusesBackgroundJob
These jobs that were setting their interval to 0 were not really running
at every run of cron.php if the run was in the same second. To keep the
same behaior, I am updating those intervals to 1 second.

Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com>
2025-07-01 15:15:53 +07:00
..
BuildReminderIndexBackgroundJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
CalendarRetentionJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
CleanupDirectLinksJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
CleanupInvitationTokenJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
CleanupOrphanedChildrenJob.php fix(dav): move orphan cleaning logic to a chunked background job 2025-05-05 12:13:09 +07:00
DeleteOutdatedSchedulingObjects.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
EventReminderJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
GenerateBirthdayCalendarBackgroundJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
OutOfOfficeEventDispatcherJob.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
PruneOutdatedSyncTokensJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
RefreshWebcalJob.php feat(dav): increase default calendar subscription refresh rate to one day 2024-11-20 10:07:29 +07:00
RegisterRegenerateBirthdayCalendars.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
UpdateCalendarResourcesRoomsBackgroundJob.php Merge pull request #45532 from nextcloud/feat/publish-resources-room-update 2024-06-25 16:48:30 +07:00
UploadCleanup.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
UserStatusAutomation.php fix: adjust setTimeout value for ClearOldStatusesBackgroundJob 2025-07-01 15:15:53 +07:00