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

Add comment about requeing to the end of the queue - this needs to be fixed

parent 02b9a3d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ class Scheduler:
                            print(f"t={self.current_time}: Backfilling job {backfill_job.id} with wall time",
                                  f"{backfill_job.wall_time} on nodes {scheduled_nodes}")
                else:
                    self.queue.append(job)
                    self.queue.append(job) # Note, this should be fixed. It shouldn't go to the end of the queue.
                break