discourse/app/jobs
Guo Xiang Tan 142571bba0 Remove use of rescue nil.
* `rescue nil` is a really bad pattern to use in our code base.
  We should rescue errors that we expect the code to throw and
  not rescue everything because we're unsure of what errors the
  code would throw. This would reduce the amount of pain we face
  when debugging why something isn't working as expexted. I've
  been bitten countless of times by errors being swallowed as a
  result during debugging sessions.
2018-04-02 13:52:51 +08:00
..
onceoff FIX: CategoryTagStat queries need to exclude PMs with tags 2018-02-15 12:13:42 -05:00
regular Remove use of rescue nil. 2018-04-02 13:52:51 +08:00
scheduled FEATURE: control which web crawlers can access using a whitelist or blacklist 2018-03-22 15:41:02 -04:00
base.rb DEV: allow queue_jobs = false in dev 2017-10-31 13:50:58 +11:00
onceoff.rb Instead of a Distributed Mutex, use a Redis SETNX guard 2016-04-12 15:31:21 -04:00