Sanjay Santhanam 00ac2c19bd Do not start nodes when deleting a project
Project.delete() calls open() to rebuild the internal data structures
needed for cleanup. open() schedules start_all() when the project has
auto_start enabled, so deleting an auto-start project actually launched
every node process, allocating ports and consuming resources, only for
close() to kill them moments later.

open() now takes an auto_start argument (default True, so normal opens
are unchanged) and delete() passes auto_start=False.

Fixes #2784
2026-07-25 20:00:43 -07:00
..
2026-05-18 21:49:01 +03:00
2019-10-08 17:34:16 +08:00
2024-05-09 17:53:02 +07:00
2024-05-09 17:53:02 +07:00
2025-11-17 11:26:06 +10:00
2020-06-16 21:27:49 +09:30
2019-05-26 15:55:29 +07:00
2020-06-16 13:59:03 +09:30
2024-05-09 17:11:12 +07:00