Skip to content

Commit

Permalink
Try setting queue enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 25, 2024
1 parent 8fc6973 commit 9ab7905
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def compile(self, path: str) -> PythonJobDetails:
if access_control_list:
job_spec["access_control_list"] = access_control_list

job_spec["queue"] = {"enabled": True}
return PythonJobDetails(self.run_name, job_spec, additional_job_config)


Expand Down

0 comments on commit 9ab7905

Please sign in to comment.