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.
1 parent 7cc7295 commit 58255e3Copy full SHA for 58255e3
src/dstack/_internal/server/services/fleets.py
@@ -404,9 +404,6 @@ async def apply_plan(
404
405
spec_json = spec.json()
406
current_fleet_model.spec = spec_json
407
- await session.execute(
408
- update(FleetModel).where(FleetModel.id == current_fleet_model.id).values(spec=spec_json)
409
- )
410
411
if (
412
current_fleet_sensitive.spec.configuration.ssh_config is not None
0 commit comments