• Heinrich Lee Yu's avatar
    Wrap Sidekiq scheduler threads in Rails reloader · 7c2e4a6c
    Heinrich Lee Yu authored
    We execute DB queries in our Sidekiq client middleware so this is needed
    to properly checkin DB connections after every poll. On the next poll, a
    new connection will be checked out and a connection check query will be
    executed. Rails would then handle the reconnection for us in case the
    connection is bad.
    
    Without this, we would continue using a bad connection until Sidekiq is
    restarted.
    
    Changelog: fixed
    7c2e4a6c
sidekiq_cron_poller.rb 358 Bytes