mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Check for features sooner (#29745)
This PR updates the Job for checking new features from the features feed from every day to every hour. This allows for easier rollout of features.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
module Jobs
|
||||
class CheckNewFeatures < ::Jobs::Scheduled
|
||||
every 1.day
|
||||
every 1.hour
|
||||
|
||||
def execute(args)
|
||||
admin_ids = User.human_users.where(admin: true).pluck(:id)
|
||||
|
||||
Reference in New Issue
Block a user