Hey looking for help... the instance is running now for over 40 hours without any interactions in it. It seems that the sleepAfter is not triggering In the meanwhile there is a second instance that is not stopping
Hey, I just have a question around Cloudflare containers, does it support nested virtualization, such that it can run microVMs in the container using KVM?
Hello Cloudflare team, Do you have any update on when this limit will be removed and when direct public image support will be available? This is an important feature for supporting Cloudflare containers with most images and ensuring a more scalable solution.
wrangler deploy from github gives 403 for the containers part, it works triggering the same npx wrangler deploy from a local machine, are we missing something in the wrangler part to avoid 403?
Anyone using Containers and can give insight into how stable they are in terms of instances not randomly shutting down for no reason? I have a use case where instances would need to stay up for around 4 hours, I know there's zero guarantee with DO/Container eviction but just curious how people are finding things before I put in the dev time to prove my concept
Just curious is anyone was seeing any consistent eviction of instances on that time frame. Containers is designed to be used for bursty workloads, but I want to make sure its suitable for my usage before getting too deep into it
Just wondering if anyone has stumbled across this issue - Using wrangler and containers to setup a puppeteer image with devtools websocket url passed back to the requested user - Trying to get a local nodejs and php-chrome project to connect to that containers websocket but it is very hit and miss whether it connects, a lot of the time commands fail and seems the web socket drops out - Could this be a wrangler issue?
I'm trying to run electric-sql locally with wrangler-dev and it errors out with something that seems to resemble not having a TTY, though admittedly I'm not very erlang/elixir knowledgable. The container runs just fine when I docker builddocker build and docker rundocker run it, but fails to start in