Beny
Beny
CDCloudflare Developers
Created by yaniv.efraim on 8/5/2024 in #workers-for-platforms
Hey,
You would need to do your own way of tracking that I imagine
7 replies
CDCloudflare Developers
Created by yaniv.efraim on 8/5/2024 in #workers-for-platforms
Hey,
I had a look but it doesn't seem like you're going to be able to get that data on the fly, there's nothing documented, in GraphQL or the Dashboard surrounding that metric
7 replies
CDCloudflare Developers
Created by yaniv.efraim on 8/5/2024 in #workers-for-platforms
Hey,
Thats how the Dash gets your count
7 replies
CDCloudflare Developers
Created by yaniv.efraim on 8/5/2024 in #workers-for-platforms
Hey,
https://dash.cloudflare.com/api/v4/accounts/:account_id/workers/dispatch/namespaced_script_count
https://dash.cloudflare.com/api/v4/accounts/:account_id/workers/dispatch/namespaced_script_count
7 replies
CDCloudflare Developers
Created by Gerbuuun on 5/14/2024 in #workers-help
Programmatic PDF generation on worker
Have you tried it with a durable object? Using DOs improves performance by eliminating the time that it takes to spin up a new browser session.
6 replies
CDCloudflare Developers
Created by Radar on 5/12/2024 in #general-help
Can some1 help me with DNS? (Minecraft server)
You can try using something like ngrok? https://ngrok.com/docs/using-ngrok-with/minecraft/
48 replies
CDCloudflare Developers
Created by _Pear on 5/10/2024 in #pages-discussions
Does `wrangler pages deploy` pick up `wrangler.toml` config?
If you're deploying automatically from git you need to enable the v2 build system for wrangler.toml to work: https://developers.cloudflare.com/pages/configuration/language-support-and-tools/#v2-build-system If you're deploying manually then it should work. It will only use your wrangler.toml file if the pages_build_output_dir option is set. Also make sure your wrangler is up to date
3 replies