I created a Spin App with two triggers:
# ...
[[trigger.http]]
route = "/..."
component = "api"
[[trigger.command]]
component = "cleanup"
# ...
Actual Behavior
Upon starting the app with spin up, the cleanup component is invoked. Once the component finished processing, the spin up process is terminated.
Expected Behavior
The spin up host process should stay alive once the cleanup component has finished processing
I created a Spin App with two triggers:
Actual Behavior
Upon starting the app with
spin up, thecleanupcomponent is invoked. Once the component finished processing, thespin upprocess is terminated.Expected Behavior
The
spin uphost process should stay alive once thecleanupcomponent has finished processing