Yacine Hmito
Explore posts from serversUpgrade to Deno 2.2 caused an outage
Today, we upgraded from 2.1.10 to 2.2.11 and this caused an outage. Although we have extensive observability, there is no indication of what could have been the cause of it. The only things we know is that:
1) We are certain this is related to the Deno version, as we have reverted this only
2) Whatever it was, this caused high memory pressure
I don't even know where to start from.
14 replies
CDCloudflare Developers
•Created by Yacine Hmito on 9/21/2024 in #workers-help
Cannot link Pages project to GitHub
With the new Settings UI, there are no sections called Builds & deployments as described in the docs, so I cannot hook an existing Pages project to my GitHub repo.
2 replies
CDCloudflare Developers
•Created by Yacine Hmito on 9/18/2023 in #workers-help
Reuse TLS sessions with fetch
We use Fauna with Cloudflare Workers and noticed that our queries take a minimum of 150ms, which is quite slow. We found that the culprit is the TLS handshake (100+ms). It is possible to setup Cloudflare to reuse TLS sessions?
2 replies
CDCloudflare Developers
•Created by Yacine Hmito on 6/16/2023 in #workers-help
Reading a worker's compatibility date
I see that one can set a worker's compatibility date from wrangler (and by extension the API, although it is not documented).
Is there a way, instead, to just read the compatibility date? It is not displayed in the dashboard and I haven't seen an API route to fetch it. Thanks.
21 replies