Skip to content

Commit

Permalink
Add pool label to "resource requests ... are unsatisfiable" message (#…
Browse files Browse the repository at this point in the history
…342)

Pool labels are a CPG-local addition (PR #197) that are considered
in select_inst_coll() so should be displayed in this error message.
  • Loading branch information
jmarshall authored Jun 11, 2024
1 parent eea6227 commit 534aa68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batch/batch/front_end/front_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -1504,6 +1504,7 @@ async def _create_jobs(
f'memory={resources.get("req_memory")}, '
f'storage={resources["req_storage"]}, '
f'preemptible={preemptible}, '
f'pool_label={pool_label}, '
f'machine_type={machine_type}'
)

Expand Down

0 comments on commit 534aa68

Please sign in to comment.