discourse/app/jobs
Robin Ward fa5a158683 REFACTOR: Move `queue_jobs` out of `SiteSetting`
It is not a setting, and only relevant in specs. The new API is:

```
Jobs.run_later!        # jobs will be thrown on the queue
Jobs.run_immediately!  # jobs will run right away, avoid the queue
```
2019-03-14 10:47:38 -04:00
..
concerns
onceoff FIX: Add onceoff job to remove double quotes from s3 etags 2019-02-14 05:19:41 +05:30
regular FIX: Notify on tag change. (#7119) 2019-03-12 18:09:34 +01:00
scheduled FIX: Properly support defaults for upload site settings. 2019-03-13 16:36:57 +08:00
base.rb REFACTOR: Move `queue_jobs` out of `SiteSetting` 2019-03-14 10:47:38 -04:00
onceoff.rb