discourse/app/jobs
Guo Xiang Tan 80e348d226 PERF: Speed up slow tests in our test suite.
Before

```
Finished in 7 minutes 23 seconds (files took 4.15 seconds to load)
7145 examples, 0 failures, 10 pending
```

After

```
Finished in 6 minutes 12 seconds (files took 4.41 seconds to load)
7145 examples, 0 failures, 10 pending
```
2017-06-22 11:23:31 +09:00
..
onceoff FIX: remove memoized values in jobs 2017-05-22 16:26:30 -04:00
regular PERF: Speed up slow tests in our test suite. 2017-06-22 11:23:31 +09:00
scheduled FIX: Don't raise an error cleaning up uploads if a path is nil 2017-06-08 14:31:58 -04:00
base.rb FIX: 'cancel_scheduled_job' was deleting all jobs in multisite 2016-08-12 13:10:52 +02:00
onceoff.rb Instead of a Distributed Mutex, use a Redis SETNX guard 2016-04-12 15:31:21 -04:00