Noel
CDCloudflare Developers
•Created by Noel on 4/24/2024 in #general-help
No answer for billing ticket on free plan
I opened a billing ticket 9 days ago but other than the automatic answer I didn't get anything back. I know that there are no SLAs on free plan but 9 days (and counting) seems too long, or is it normal? When could I expect a response?
4 replies
CDCloudflare Developers
•Created by Noel on 9/12/2023 in #general-help
Is it possible to fix previous invoice details?
We got two invoices and our accountant just notified us that they doesn't contain the VAT number of our company. Is it possible to add that to previous invoices?
5 replies
CDCloudflare Developers
•Created by Noel on 8/13/2023 in #pages-help
How to do SSR with a CRA project?
I tried converting my project to Astro but it isn't as seamless as the docs suggest it so after several hours of fixing errors after errors just to make it run again I'm wondering isn't there a more simple solution?
2 replies
CDCloudflare Developers
•Created by Noel on 7/12/2023 in #workers-help
CPU time limit
Currently I'm on the workers free plan and developing an invoicing solution which creates a pdf with pdfmake and I see that the median CPU time reported by the dashboard is above 100ms. So I'm wondering how is the 10ms limit is enforced? It didn't terminate because I was using the dev server (although with the
-r
option) or it only terminates if the limit is frequently reached?4 replies
CDCloudflare Developers
•Created by Noel on 1/28/2023 in #workers-help
Protobuf on workers
Are there any code generators or libraries replacing
google-protobuf
that works on workers, i.e. they don't use eval?5 replies