Skip to content

Commit

Permalink
#925: Changed the submit_job queue to be ASG queue instead of factotu…
Browse files Browse the repository at this point in the history
…m local one
  • Loading branch information
philipjyoon committed Jul 25, 2024
1 parent c2d8cef commit 83ec78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/sds/files/factotum/cron/submit_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
product={},
rule={
"rule_name": f"trigger-submit_pending_jobs",
"queue": "factotum-job_worker-small", #"opera-job_worker-submit_pending_jobs"
"queue": "opera-job_worker-submit_pending_jobs",
"priority": "0",
"kwargs": "{}",
"enable_dedup": True
Expand Down

0 comments on commit 83ec78a

Please sign in to comment.