1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib/sidekiq/middleware/server
Eugen Kuksa eb2115237d Handle circular error causes
Shall fix #2284. While checking whether an application error or a
sidekiq shutdown caused the exception, we keep track of the causes that
were already checked. If a cause was already checked, we can stop
because the whole transitive closure of its causes was checked as well.
2015-04-04 09:27:13 +02:00
..
active_record.rb Don't load AR middleware at all unless AR::Base is defined, #1666 2014-04-24 21:37:20 -07:00
logging.rb Removed unnecessary to_f invocations 2015-04-01 10:49:05 -04:00
retry_jobs.rb Handle circular error causes 2015-04-04 09:27:13 +02:00