Tumbzilla
Tumbzilla
CDCloudflare Developers
Created by stormcph on 9/20/2023 in #workers-help
worker environment variables, please help :)
Are you running the worker locally or deployed?
14 replies
CDCloudflare Developers
Created by stormcph on 9/20/2023 in #workers-help
worker environment variables, please help :)
see https://developers.cloudflare.com/workers/configuration/environment-variables/#add-environment-variables-via-the-dashboard on how to set environment variables via the dashboard. Are all your environment variables visible via the worker settings menu?
14 replies
CDCloudflare Developers
Created by stormcph on 9/20/2023 in #workers-help
worker environment variables, please help :)
Ok great. What’s in your wrangler.toml?
14 replies
CDCloudflare Developers
Created by stormcph on 9/20/2023 in #workers-help
worker environment variables, please help :)
Do you have some sample code we could take a look at? Might help in figuring out what’s wrong
14 replies
CDCloudflare Developers
Created by stormcph on 9/20/2023 in #workers-help
worker environment variables, please help :)
how are you accessing the environment variables? are you doing so via the Env object passed into the worker at runtime?
14 replies
CDCloudflare Developers
Created by guy on 9/3/2023 in #workers-help
Still getting Exceeded CPU Limits error on paid unbound workers plan
After investigation it seems this was caused by a panic in my wasm. Adding a panic hook allowed me to identify the issue. Now seeing 15 minute executions without any CPU Limit Exceeded warnings.
13 replies
CDCloudflare Developers
Created by guy on 9/3/2023 in #workers-help
Still getting Exceeded CPU Limits error on paid unbound workers plan
I'm subscribing to a websocket in my worker, and it works locally without issue
13 replies
CDCloudflare Developers
Created by guy on 9/3/2023 in #workers-help
Still getting Exceeded CPU Limits error on paid unbound workers plan
still getting acquainted with workers, so my understanding could be incorrect, but I'm pretty sure it's CPU limit exceeded.
13 replies
CDCloudflare Developers
Created by guy on 9/3/2023 in #workers-help
Still getting Exceeded CPU Limits error on paid unbound workers plan
No description
13 replies
CDCloudflare Developers
Created by guy on 9/3/2023 in #workers-help
Still getting Exceeded CPU Limits error on paid unbound workers plan
this is a screengrab of the dashboard. I triggered the worker with a queue, configured for 10 retries.
13 replies