Method: Sidekiq::Fetcher.done!
- Defined in:
- lib/sidekiq/fetch.rb
.done! ⇒ Object
Ugh. Say hello to a bloody hack. Can’t find a clean way to get the fetcher to just stop processing its mailbox when shutdown starts.
55 56 57 |
# File 'lib/sidekiq/fetch.rb', line 55 def self.done! @done = true end |