UCL-ARC / terraform-aws-batch-processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scheduling priority

DanGiles opened this issue · comments

Batch job errors with the following:"Either schedulingPriority in job definition or schedulingPriorityOverride is required." This has been flagged as a bug. Need to set a Scheduling priority value in job definition

This has been solved by moving to a FIFO (first in first out) queue.

Changing queue type to fifo does not solve issue it just deactivates "fair share" feature as a whole, shouldn't be considered as an option when we are interested in sharing fairly our compute recourses between our jobs/workflow.