CRON CPU limit free tier

My cron jobs have around 100ms cpu time, and im worried that its impossible to stay on the free tier because of the 10ms max cpu time, i've read somewhere (i dont remember where exactly) that if you have unbundled plan cron jobs get a higher cpu time limit, so im wondering, whats the max cpu time limit on the free tier for cron jobs?
No description
8 Replies
EXtremeExploit
EXtremeExploit8mo ago
oh i see, i would need the unbound plan if the cron jobs are 100ms, i see now, thanks :D also you are the same person from yesterday, thanks again lol
Beef
Beef8mo ago
curious what time of actions youre taking that are executing > 100ms. I run A LOT of logic that averages .8ms
EXtremeExploit
EXtremeExploit8mo ago
im running https://github.com/EXtremeExploit/vita3k-api the cron event gets the pages of issues of github repository and process it into D1 db my guess is that most of the cpu time is the requests done to github api or doing the last batch of D1 inserts with around 2k rows
Beef
Beef8mo ago
youre probably right about connecting externally. youre relying on github response times. my logic is local and only references R2 or KV. makes sense. thanks for elaborating
EXtremeExploit
EXtremeExploit8mo ago
np
Chaika
Chaika8mo ago
CPU Time, by definition, only includes the time the CPU is active for. Time spend waiting on Io/fetch requests requires no CPU Time, as it's idle. It's what makes bundled pricing cool and unbound pricing a bit more unstable, although that'll just be standard pricing soon It's just a lot of processing it seems. You can do a lot within 10ms of CPU Time, and there's a lot of float too, I think the general idea is if your p50 is below your the CPU Time limit, you're good and won't get cancelled for exceeding resources, not just an instant cut off
EXtremeExploit
EXtremeExploit8mo ago
yeah the 50th percentile isnt very low
No description
EXtremeExploit
EXtremeExploit8mo ago
50th percentile is never below 10ms at least for now, im not sure how it would be in prod and even in prod im not expecting less than 10ms with all the traffic
Want results from more Discord servers?
Add your server
More Posts
Experience with APIs for modifying SSL/TLS cipher settings in CloudflareDoes anyone have real world examples of the API commands for modifying cipher settings? We purchaseDetecting user regionHi, What is the proper way to get the user's region inside the worker script? Getting the country wUnable to login to my account, "Code 1022" over and over. I have reset the password twice.Any idea how to fix this? It keeps saying wrong password, even though I have reset the password twic1.1.1.1 Connection issueMy macbook used to work fine connecting, but now it only connected 1/100 times and stays on establisSite under DDos attack Try complete captcha to continueI've been getting this issue in my WordPress website when I try to load my website. I've tried usingHey I've got a question, does anyone have a package to handle stream respones or something?I'm trying to stream back the streams from openai's chat but it doesn't seem to work. I don't want tcan I have a look at the toml file alsocan I have a look at the toml file? also, are you using pages or workers?Dashboard UI BugNot the biggest deal, but the icon color for D1 on the Workers pricing page has been broken for awhiIf I called waitUntil(callback()) in a loop just say loop length is 100, so does that mean the...?If I called waitUntil(callback()) in a loop just say loop length is 100, so does that mean the callbPipeing cfssl bundle into cfssljson fails with 'Request failed:'when i run```bash $ cfssl bundle -ca-bundle=root.pem -int-bundle=intermediate.pem -cert=admin.pem |