Introducing G2.ai, the future of software buying.Try now

Why is my environment paused?

1 comment
Looks like you’re not logged in.
Users need to be logged in to answer questions
Log In
Kaleido
Official Response
Kaleido
Trent S.
TS
Product Marketing Manager
0
Kaleido pauses unused environments of Starter plan subscribers to limit resource usage to users actively using their networks. Environments under a Consortium owned by an Organization on the “Starter” plan receives an initial 1 week grace period, after which Kaleido pauses environments that commit no transactions to blocks for 72 hours. Kaleido does not automatically pause any environments in Consortia owned by Organizations on a paid plan. Note: If transactions are trapped in a node’s transaction pool queue, an environment will pause due to lack of transactions on the chain. Resume via the console You can resume an environment in the Kaleido console by pressing the pause symbol next to the paused environment on the Consortium Dashboard. Resume via the API Alternatively, you can call the /environments API with {"state":"live"} in the body to start the environment. curl -X PATCH -d '{"state":"live"}' -H "$HDR_AUTH" -H "$HDR_CT" "$APIURL/consortia/{consortia_id}/environments/{environment_id}"
Looks like you’re not logged in.
Users need to be logged in to write comments
Log In
Reply