Files
discourse/spec/models
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
..
2017-07-24 21:46:08 +09:00
2017-09-25 13:49:00 +08:00
2018-04-26 17:24:16 +10:00
2019-03-11 11:12:11 +08:00
2018-05-25 15:54:14 +10:00