discourse/app/jobs
Guo Xiang Tan a869d861f4 FIX: Make Jobs::MigrateUploadScheme a scheduled job.
This reverts https://github.com/discourse/discourse/commit/9d8db11c

If the job fails during execution or if `SiteSetting.migrate_to_new_scheme`
has been set to `false`, the job will be considered as executed even
though the migration has not been completed. As a result, the job
will have to be executed manually which is not desirable.
2016-09-02 11:48:45 +08:00
..
onceoff FIX: Make Jobs::MigrateUploadScheme a scheduled job. 2016-09-02 11:48:45 +08:00
regular FIX: properly insert images in markdown inline format (take 2) 2016-09-01 17:56:39 +05:30
scheduled Scrub only after converting strings to UTF-8 2016-08-25 16:09:07 +10:00
base.rb FIX: 'cancel_scheduled_job' was deleting all jobs in multisite 2016-08-12 13:10:52 +02:00
onceoff.rb Instead of a Distributed Mutex, use a Redis SETNX guard 2016-04-12 15:31:21 -04:00