fix: Invalidate Expired Shared Links (#5065)

This commit is contained in:
Michael Genson
2025-02-25 07:01:32 -06:00
committed by GitHub
parent a2c6b3f69b
commit df8dd3fe4a
8 changed files with 128 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ register_debug_handler(app)
async def start_scheduler():
SchedulerRegistry.register_daily(
tasks.purge_expired_tokens,
tasks.purge_group_registration,
tasks.purge_password_reset_tokens,
tasks.purge_group_data_exports,