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
..
2019-01-25 17:00:30 +00:00
2018-01-30 08:54:37 +11:00
2019-03-13 17:39:07 +08:00
2018-07-05 15:34:58 +10:00
2018-04-18 11:32:32 +05:30