Browse Source

Merge branch 'develop' of git.znuny.com:zammad/zammad into develop

Martin Edenhofer 7 years ago
parent
commit
c07faa1f11
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/models/scheduler.rb

+ 2 - 0
app/models/scheduler.rb

@@ -12,8 +12,10 @@ class Scheduler < ApplicationModel
     Thread.abort_on_exception = true
 
     # reconnect in case db connection is lost
+    # See issue #1080
     begin
       ActiveRecord::Base.connection.reconnect!
+    rescue PG::UnableToSend => e # rubocop:disable Lint/HandleExceptions
     rescue => e
       logger.error "Can't reconnect to database #{e.inspect}"
     end