Files
discourse/script
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
..
2018-05-03 15:50:45 +10:00
2016-11-02 22:19:16 +11:00
2017-07-28 10:20:09 +09:00
2018-06-14 12:18:36 +10:00
2017-07-28 10:20:09 +09:00
2018-07-25 14:38:10 -07:00
2013-05-09 19:48:10 +10:00
2018-12-04 10:48:16 +01:00
2017-07-28 10:20:09 +09:00
2018-03-14 13:01:52 +11:00