Skip to content

Commit

Permalink
Merge pull request #207 from keithdoggett/rescue-all-telemetry-errors
Browse files Browse the repository at this point in the history
Rescue from all StandardErrors around telemetry
  • Loading branch information
otan authored May 19, 2021
2 parents b440aed + 755a4d8 commit ceefb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def initialize(pool_config)
end
end
end
rescue ActiveRecord::NoDatabaseError
rescue StandardError
# Prevent failures on db creation and parallel testing.
end
end
Expand Down

0 comments on commit ceefb88

Please sign in to comment.