Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
7 messages · Page 1 of 1 (latest)
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
I have confirmed in the Cloudflare dashboard the KV binding is configured correctly.
Hi! Where is your issue, the fetch from KV being slow, or are you not seeing anything being written to the KV cache at all?
Not data being written at all, sorry didn't make that clear. The KV is meant to be the middle man since the GitLab API is so slow, and for general best practice.
And there are no errors thrown around line 56-60 in your snippet, it just silently fails? By doing a quick glance at your code I dont see anything that stands out.
Silently fails
I have implemented something similar recently, although used in React Router running on Workers and it works:
https://gist.github.com/olafghanizadeh/95530ce45fb9771724e537e18ab53bb9
Like I said, there is nothing in your code that really stands out to me as an issue, you could try my util to see if it works. Otherwise, I suspect there might be an issue with your bindings or local setup.