Execute and manage processes in sandboxes.
Set up authentication to Blaxel
.env
file (BL_WORKSPACE
and BL_API_KEY
, or see this page for other authentication options).waitForCompletion: true
/ "wait_for_completion": True
parameter.
.logs
object which surfaces both stdout and stderr. Also, notice the timeout
parameter which allows to set a timeout duration on the process.
waitForCompletion
, Blaxel enforces a timeout limit of 100 seconds. Don’t set your timeout longer than this. For longer waiting periods, use the process-watching option described below.npm run dev
and want to wait for port 3000 to be open.
running
completed
failed
killed
stopped