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-07-15 18:36:26 +02:00
2026-05-18 21:49:01 +03:00
2026-04-09 20:25:44 +08:00
2026-04-10 20:27:46 +08:00
2024-04-22 18:51:29 +07:00
2026-04-08 20:02:01 +08:00
2015-01-13 17:05:26 -07:00
2026-07-15 18:36:26 +02:00
2024-01-28 12:13:07 +11:00
2026-01-24 18:51:44 +08:00
2026-07-15 18:36:26 +02:00