Skip to content

Commit

Permalink
sp and conf_sp
Browse files Browse the repository at this point in the history
f!
  • Loading branch information
JintaoWu98 committed Oct 16, 2024
1 parent fd643d9 commit 6d4750b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ def schedule_jobs(self):
self.check_freq_job(label=label, job=job)
self.timer = False
break
elif 'sp' in job_name:
elif 'sp' in job_name and 'conf_sp' not in job_name:
job = self.job_dict[label]['sp'][job_name]
if not (job.job_id in self.server_job_ids and job.job_id not in self.completed_incore_jobs):
successful_server_termination = self.end_job(job=job, label=label, job_name=job_name)
Expand Down

0 comments on commit 6d4750b

Please sign in to comment.