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
..
2024-05-09 17:53:02 +07:00
2024-12-30 16:14:33 +07:00
2020-06-16 13:59:03 +09:30
2026-04-08 20:02:01 +08:00
2024-05-09 17:53:02 +07:00
2022-08-27 21:10:17 +02:00
2020-06-16 13:59:03 +09:30
2026-04-09 20:25:44 +08:00
2020-06-16 13:59:03 +09:30
2020-06-16 13:59:03 +09:30
2020-06-16 13:59:03 +09:30