diff --git a/import_schedules.py b/import_schedules.py index 6d6f1f0..f2ddbbc 100644 --- a/import_schedules.py +++ b/import_schedules.py @@ -23,6 +23,13 @@ ssm = boto3.client('ssm') +# Only query scheduler for observations at these sites +SITES_TO_USE_WITH_SCHEDULER = [ + "mrc", + "aro", + "eco" +] + # This allows us to identify a site using configdb telescope ids # WEMA → telescope ID → PTR site SITE_FROM_WEMA_AND_TELESCOPE_ID = { @@ -46,11 +53,6 @@ for tel_id, ptr_site in telescopes.items(): PTR_SITE_TO_WEMA_TELESCOPE[ptr_site] = (wema, tel_id) -# Only query scheduler for observations at these sites -SITES_TO_USE_WITH_SCHEDULER = [ - "mrc" -] - # This lists the ptr sites running at each wema. # When clearing old schedules, we iterate through wemas but need to clear for # each individual site.