/title API fails with "Worker exceeded resource limits" every time
u9g opened this issue · 3 comments
u9g commented
Hi, thanks for making this project. Unfortunately after deploying to cloudflare workers, when using the /title endpoint, I seem to get "Worker exceeded resource limits" every time. Here's an example with the url I tried: https://imdb-api.aibotted849.workers.dev/title/tt6522580
. It seems to happen 90% of the time with the worker in the readme too.
tuhinpal commented
Cloudflare provides you 1lakh execution per day, this means your limit is
reached. You can upgrade your plan!
…On Fri, Mar 17, 2023, 9:40 PM u9g ***@***.***> wrote:
Hi, thanks for making this project. Unfortunately after deploying to
cloudflare workers, when using the /title endpoint, I seem to get "Worker
exceeded resource limits" every time. Here's an example with the url I
tried: https://imdb-api.aibotted849.workers.dev/title/tt6522580. It seems
to happen 90% of the time with the one in the readme too.
—
Reply to this email directly, view it on GitHub
<#14>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLUOI5RL2IBVPBH5LCHG23W4SEG5ANCNFSM6AAAAAAV6XC2HQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
u9g commented
tuhinpal commented
The link you provided seems to be working now, you can configure cache to
save resources. I will deep dive into the problem soon.
…On Fri, Mar 17, 2023, 10:05 PM u9g ***@***.***> wrote:
1lakh
My execution limit is not reached
[image: image]
<https://user-images.githubusercontent.com/43508353/225964498-c308e7df-b41e-4f0d-96d9-994fa3acf7c5.png>
The individual request seems to be exceeding the allowed cpu usage per
request
[image: image]
<https://user-images.githubusercontent.com/43508353/225964806-4451b90d-af65-428f-b822-a3e6ff82b7a8.png>
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMLUOI4O7EL5YHLBL5O65LLW4SHEPANCNFSM6AAAAAAV6XC2HQ>
.
You are receiving this because you commented.Message ID:
***@***.***>