Erwin
Erwin
CDCloudflare Developers
Created by meakr on 6/14/2024 in #workers-discussions
👋🏻 Hey all. I am a PM on the Workers
@meakr, apologies for resurrecting the thread, but another use-case I had in my (pre-Cloudflare) startup was running customer builds. A long(er) running task that required access to a large-ish filesystem (1-2 GB). But the end results of the task were moved off disk, so the entire tasks was ephemeral. Fun fact about that setup is that we may have been one of the first DOs in production, because we wrote one that could stream the output of that build via a DO to all listeners.
41 replies
CDCloudflare Developers
Created by meakr on 6/14/2024 in #workers-discussions
👋🏻 Hey all. I am a PM on the Workers
There is probably a ton you could do with the Browser Rendering API and canvas for those kind of use-cases. For my (pre-Cloudflare) startup I had to write a ton of code to create PDF invoices. If I had to do that now I would just use the Browser Rendering API for that.
41 replies
CDCloudflare Developers
Created by Jeff on 7/18/2024 in #workers-help
do-taskmanager with rpc
Oh god.. that is a blast from the past.. I am absolutely smashed with stuff at the moment, but can you try to ping me over the weekend? DM me is fine and I might be able to take a quick look
4 replies
CDCloudflare Developers
Created by wiz on trap on 2/4/2024 in #general-help
SSL_ERROR_NO_CYPHER_OVERLAP
Hehe.. what @Unsmart | Tech debt said 🙂
20 replies
CDCloudflare Developers
Created by wiz on trap on 2/4/2024 in #general-help
SSL_ERROR_NO_CYPHER_OVERLAP
Pleasn
20 replies
CDCloudflare Developers
Created by Ottomated on 11/1/2023 in #durable-objects
Sure -
ok.. that makes sense. So how long can the waiting state take?
29 replies
CDCloudflare Developers
Created by Ottomated on 11/1/2023 in #durable-objects
Sure -
Hmm.. so I just realised that in your case the DO can still be unloaded, even though gamers are connected right?
29 replies
CDCloudflare Developers
Created by Ottomated on 11/1/2023 in #durable-objects
Sure -
You mean when all clients stop playing?
29 replies
CDCloudflare Developers
Created by Ottomated on 11/1/2023 in #durable-objects
Sure -
And if all connections are gone, the DO will die
29 replies
CDCloudflare Developers
Created by Ottomated on 11/1/2023 in #durable-objects
Sure -
Don't kill the DO.. kill the client connection.
29 replies