Closed agrare closed 1 year ago
Nice
spec/factories/ext_management_system.rb
update_all
because it skips validations.@kbrock can you re-review? I refactored the specs to use let()
and pulled out target_name
into a method to keep the logic in one place.
Backported to petrosian
in commit 968fcea19c17ceab63e9272a3df91a85461d58aa.
commit 968fcea19c17ceab63e9272a3df91a85461d58aa
Author: Keenan Brock <keenan@thebrocks.net>
Date: Tue Jun 13 18:21:24 2023 -0400
Merge pull request #493 from agrare/check_metrics_connection_validity_before_queueing_perf_captures
Check metrics authentication validity before perf_capture_queue
(cherry picked from commit ba04739fc4ab3eee4625630ec4622dd71d576d67)
Check that the EMS's metrics authentication is valid before queueing perf_capture calls, potentially flooding the queue with calls that are going to fail later.
requires: