We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
find_optimal_fleet_with_offers
1 parent 395ccb7 commit 8367ec8Copy full SHA for 8367ec8
src/dstack/_internal/server/services/runs/plan.py
@@ -266,7 +266,10 @@ async def find_optimal_fleet_with_offers(
266
continue
267
268
if not _run_can_fit_into_fleet(run_spec, candidate_fleet):
269
- logger.debug("Skipping fleet %s from consideration: run cannot fit into fleet")
+ logger.debug(
270
+ "Skipping fleet %s from consideration: run cannot fit into fleet",
271
+ candidate_fleet.name,
272
+ )
273
274
275
instance_offers = _get_instance_offers_in_fleet(
0 commit comments