This repository was archived by the owner on Feb 25, 2021. It is now read-only.
This repository was archived by the owner on Feb 25, 2021. It is now read-only.
Add reboot functionality to agent #7
Open
Description
Shutdown is a special command that needs to be handled such that the agent completes the command and sends the callback only after startup.
Basically we need to persist some continuation state on the agent which would send a callback to the node.
This is critical for the cold start scenario.
/cc @shhsu