FEATURE: new scheduler

Removed sidetiq, introduced new scheduler

- add basic UI
- add schedule discover
- add scheduling in initializer
This commit is contained in:
Sam
2014-02-06 10:14:41 +11:00
parent 447816fe39
commit e1f293ad66
24 changed files with 193 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
module Jobs
class CleanUpUploads < Jobs::Scheduled
recurrence { hourly }
every 1.hour
def execute(args)
return unless SiteSetting.clean_up_uploads?