acusti
acusti
CDCloudflare Developers
Created by acusti on 5/13/2025 in #workers-help
Workers AI monthly usage limits
this was a PEBKAC, the monthly usage limit wasn’t from cloudflare
3 replies
CDCloudflare Developers
Created by acusti on 5/13/2025 in #workers-ai
AI monthly usage limit
@yureckey this was actually a PEBKAC. i implemented a usage tracking/limiting feature in advance of the public launch of my app but never got around to handling the error i threw once reaching the limits, and i did the check right before triggering env.AI.run(…), so it looked like the error was coming from cloudflare, but it was actually my own code the whole time 🤦‍♂️
4 replies
CDCloudflare Developers
Created by acusti on 5/13/2025 in #workers-ai
AI monthly usage limit
i’m still struggling with this all the time. i submitted the “Custom Requirements Form” but haven’t seen any emails. it seems like i get a few more generations every day, but they get used up super quickly (maybe 3–5?) and then image generation becomes totally broken again. i’m currently scrambling to set up a different image generation provider. i’d much rather just be able to keep using flux schnell model on cloudflare, but it’s been 8 days that users of my app can’t generate AI images, so it seems like i can’t keep waiting.
4 replies
CDCloudflare Developers
Created by acusti on 5/13/2025 in #workers-help
Workers AI monthly usage limits
i’m still running into this all the time. it seems like i get a few more generations everyday and then i use them up quickly and go back to getting the Monthly usage limit error again.
3 replies
CDCloudflare Developers
Created by acusti on 12/18/2024 in #cloudflare-ai
i wrote an extremely lenient parser in
that’s right, it’ll strip any pre-amble or post-amble text and return any JSON it finds inside. though if there are multiple discrete chunks of JSON inside, it would only return one of those chunks. and yeah, the time llama 2 gave me a markdown table with the keys in the first column and the values in the second was… quite something.
4 replies
CDCloudflare Developers
Created by acusti on 9/11/2024 in #general-help
Make apex domains work with Cloudflare for SaaS’s custom hostnames feature
ok, i tried the redirect rule based on those instructions you sent and it works! this is great and solves the issue of duplicate content issues for SEO anyways. thanks again!
35 replies
CDCloudflare Developers
Created by acusti on 9/11/2024 in #general-help
Make apex domains work with Cloudflare for SaaS’s custom hostnames feature
ok i will try both, thanks so much for your help! if i could quickly summarize what seems to be the issue to make sure i understand: the DNS setup for the domain, including the root CNAME via CNAME flattening is fine and working correctly. however, the actual custom hostname record in cf for saas for the apex domain isn't working because it isn’t picking up the CNAME record for whatever reason, hence why my application isn’t getting invoked in the end for the apex domain.
35 replies
CDCloudflare Developers
Created by acusti on 9/11/2024 in #general-help
Make apex domains work with Cloudflare for SaaS’s custom hostnames feature
oh interesting! but yeah, same thing after refreshing.
35 replies
CDCloudflare Developers
Created by acusti on 9/11/2024 in #general-help
Make apex domains work with Cloudflare for SaaS’s custom hostnames feature
but i’m not sure if i can verify that behavior / get back to how it was configured before
35 replies
CDCloudflare Developers
Created by acusti on 9/11/2024 in #general-help
Make apex domains work with Cloudflare for SaaS’s custom hostnames feature
if i recall correctly, when i CNAMEd the apex without the custom hostname, i was getting SSL errors from no cert
35 replies
CDCloudflare Developers
Created by acusti on 9/11/2024 in #general-help
Make apex domains work with Cloudflare for SaaS’s custom hostnames feature
just deleted and re-added and it still thinks that
custom hostname does not CNAME to this zone.
35 replies