mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 06:24:48 +08:00
OOPS
This commit is contained in:
@ -4,7 +4,7 @@ module Jobs
|
|||||||
|
|
||||||
# This job will run on a regular basis to update statistics and denormalized data.
|
# This job will run on a regular basis to update statistics and denormalized data.
|
||||||
# If it does not run, the site will not function properly.
|
# If it does not run, the site will not function properly.
|
||||||
class PeriodicalUpdates < Jobs::Scheduled
|
class Daily < Jobs::Scheduled
|
||||||
every 1.day
|
every 1.day
|
||||||
|
|
||||||
def execute(args)
|
def execute(args)
|
||||||
|
Reference in New Issue
Block a user