REVERT: Check for features sooner (#29746)

This commit is contained in:
Keegan George 2024-11-14 04:30:34 +09:00 committed by GitHub
parent 8dc474952b
commit eb2992a628
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
module Jobs
class CheckNewFeatures < ::Jobs::Scheduled
every 1.hour
every 1.day
def execute(args)
admin_ids = User.human_users.where(admin: true).pluck(:id)