From my understanding cloudflare uses alarm to validate/keep your container up.
From my understanding cloudflare uses alarm to validate/keep your container up.
getRandom(env.API, 25) to a more reasonable valueinternal error; reference = 0sp6nv1fqj06ub0q9b0qbfjq


~~wrangler containers images list~~ I just realized this is the WRONG command, that is for 'images' , not 'instances' - I want to delete instances, not images. const container = getContainer(env.MY_CONTAINER);
const containerState = await container.getState();
if (containerState.status === "stopped") {
await container.startAndWaitForPorts({
startOptions: {
envVars: {
OPENSTATUS_KEY: env.OPENSTATUS_KEY,
},
},
});
} else {
await container.renewActivityTimeout();
}There is no container instance that can be provided to this Durable Object, try again later getRandom(env.API, 25)internal error; reference = 0sp6nv1fqj06ub0q9b0qbfjq~~wrangler containers images list~~