You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forknet runs are quite expensive. The bulk of the cost comes from the instances. To mitigate this, we need to implement a way to 'park' the forknet and be able to resume it once we need it again.
This feature is for cases where you need to save your state of the network. Otherwise, just destroy the network and recreate it when you need the environment again.
Tasks
Script to pause the network by removing the instances.
Script to resume the network by creating the network and attaching the existing disks.
Mirror command to launch these scripts
The text was updated successfully, but these errors were encountered:
Forknet runs are quite expensive. The bulk of the cost comes from the instances. To mitigate this, we need to implement a way to 'park' the forknet and be able to resume it once we need it again.
This feature is for cases where you need to save your state of the network. Otherwise, just destroy the network and recreate it when you need the environment again.
Tasks
The text was updated successfully, but these errors were encountered: