on Dec 13, 2022 OrangeLion84 commentedon Dec 13, 2022 OrangeLion84 Animadei commentedon Dec 14, 2022 Animadei DavidXanatos added Priority: HighTo be done as soon as possible Status: Fixed in Next BuildFixed in
luigi/luigi/contrib/sge.py Lines 314 to 322 in 64d6c48 def _track_job(self): while True: # Sleep for a little bit time.sleep(self.poll_time) # See what the job's up to # ASSUMPTION qstat_out = subprocess.check_output(['qstat']) sge_statu...