ソースを参照

Added another timeout error

Andrew Kane 8 年 前
コミット
a7ce2191de
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lib/blazer.rb

+ 1 - 0
lib/blazer.rb

@@ -29,6 +29,7 @@ module Blazer
   TIMEOUT_MESSAGE = "Query timed out :("
   TIMEOUT_ERRORS = [
     "canceling statement due to statement timeout", # postgres
+    "canceling statement due to conflict with recovery", # postgres
     "cancelled on user's request", # redshift
     "canceled on user's request", # redshift
     "system requested abort", # redshift