Files
discourse/lib
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-03-13 17:39:07 +08:00
2019-02-22 16:29:27 +01:00
2018-06-07 13:28:18 +08:00
2018-12-04 10:48:16 +01:00
2018-02-26 10:25:58 +11:00
2018-04-25 08:44:07 +10:00
2018-06-07 13:28:18 +08:00
2019-03-13 17:39:07 +08:00
2019-03-13 15:23:01 +08:00
2018-04-18 11:32:32 +05:30
2019-01-24 17:22:17 +05:30
2018-06-07 13:28:18 +08:00
2018-08-10 11:34:01 +10:00
2019-03-13 16:47:23 -03:00