Commit a280c411 authored by Brewer, Wes's avatar Brewer, Wes
Browse files

feat: add urgent queue configuration attributes to engine initialization

parent c3dc842a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -270,6 +270,8 @@ class Engine:
        self.running = []
        self.queue = []
        self.urgent_queue = []
        self.urgent_reserved_nodes = sim_config.urgent_reserved_nodes
        self.urgent_max_runtime = sim_config.urgent_max_runtime_int
        self.accounts = accounts
        self.telemetry = telemetry
        self.job_history_dict = []