Jonathan Riche
Jonathan Riche
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
confirming this works on my end now thanks @Chaika @Erisa | Support Engineer
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
Thanks will do
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
Thanks I just sent it to you
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
I tried to change the cpu_ms limit after that and its not editable : workers.api.error.cpu_ms_limit_not_allowed_for_usage_model [code: 10205] -- b/c of the message here : https://developers.cloudflare.com/workers/platform/pricing Custom limits To prevent accidental runaway bills or denial-of-wallet attacks, configure the maximum amount of CPU time that can be used per invocation by defining limits in your Worker’s wrangler.toml file, or via the Cloudflare dashboard (Workers & Pages > Select your Worker > Settings > CPU Limits). If you had a Worker on the Bundled usage model prior to the migration to Standard pricing on March 1, 2024, Cloudflare has automatically added a 50 ms CPU limit on your Worker.
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
They got "migrated" to the standard plan a few days ago All users on the Workers Paid plan have been automatically migrated from the Bundled and Unbound usage models to the Standard usage model on March 1, 2024 is there a way to toggle CPU/plan now since that change?
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
Deployed only*
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
const validPassword = await new Scrypt().verify(checkForUser[0].hashedPassword!, password);
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 3/4/2024 in #general-help
Paid Workers Plan CPU Timeout under 5 seconds
To clarify it works sometimes and when the login takes an extra second or so occasionally it erros out with the Exceeded CPU Limit error message the Scypt.verify is what is timeing out
14 replies
CDCloudflare Developers
Created by Jonathan Riche on 5/30/2023 in #workers-help
Postgresql Beta
thanks --> AS13335 ips worked
5 replies
CDCloudflare Developers
Created by Jonathan Riche on 5/30/2023 in #workers-help
Postgresql Beta
ahhh pefrect ill try that thanks 🙂
5 replies