mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: new scheduler
Removed sidetiq, introduced new scheduler - add basic UI - add schedule discover - add scheduling in initializer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module Jobs
|
||||
|
||||
class CleanUpUploads < Jobs::Scheduled
|
||||
recurrence { hourly }
|
||||
every 1.hour
|
||||
|
||||
def execute(args)
|
||||
return unless SiteSetting.clean_up_uploads?
|
||||
|
||||
Reference in New Issue
Block a user