Explorar el Código

Reload check state before updating

Andrew Kane hace 7 años
padre
commit
46b968560f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      lib/blazer.rb

+ 1 - 0
lib/blazer.rb

@@ -129,6 +129,7 @@ module Blazer
           break
         end
       end
+      check.reload # in case state has changed since job started
       check.update_state(result)
       # TODO use proper logfmt
       Rails.logger.info "[blazer check] query=#{check.query.name} state=#{check.state} rows=#{result.rows.try(:size)} error=#{result.error}"