Rework orchestrator to use IGWN alert contents
This MR includes changes towards using the contents of the IGWN alerts, and removes get_event
queries that don't use the countdown
kwarg from orchestrator.py
. It adds one get_event
call, but this is in the update_alert
function, which won't on average slow down low latency alerts. Merging this will make merging !852 (merged) and !857 (closed) easier, orchestrator.py
in those MRs is already more than halfway to its state in this MR.
Edited by Cody Messick