Automatically switch from open to approved registrations in absence of moderators (#29318)

This commit is contained in:
Claire 2024-02-21 18:45:06 +01:00 committed by GitHub
commit 2751acb6cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 109 additions and 0 deletions

View file

@ -63,3 +63,7 @@
interval: 30 minutes
class: Scheduler::SoftwareUpdateCheckScheduler
queue: scheduler
auto_close_registrations_scheduler:
interval: 1 hour
class: Scheduler::AutoCloseRegistrationsScheduler
queue: scheduler