This leads to a situation where a planet's details can remain in star.toml even if it failed to terraform.
Solution: Create a "delete" planet metadata function. This can be triggered in the error arms of the terraforming process in case any step fails.
This function can also be used for a planet/destroy request.
Fixed by Commit f1943950
Open
Closed
This leads to a situation where a planet's details can remain in star.toml even if it failed to terraform.
Solution: Create a "delete" planet metadata function. This can be triggered in the error arms of the terraforming process in case any step fails.
This function can also be used for a planet/destroy request.