You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f"🗑️ Deleted {num_deleted[0]} day-old user requests")
395
419
396
420
397
421
@schedule.repeat(schedule.every(17).minutes)
422
+
@clean_connections
398
423
defwakeup_scheduler():
399
424
# Wake up the scheduler to ensure it runs the scheduled tasks. This is because the elected leader may not always be aware of tasks scheduled on other workers.
0 commit comments