Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data created through the API will take dozens of seconds to be accessed normally. #19

Open
Quinlivanner opened this issue Jul 8, 2024 · 4 comments
Labels
question Further information is requested

Comments

@Quinlivanner
Copy link

Data created through the API will take dozens of seconds to be accessed normally.

Suppose I create a new one through the api now. I use the returned data to request immediately and the result is 404. I can only access it normally after waiting for tens of seconds and seeing its existence on the web page.

@ccbikai ccbikai added the question Further information is requested label Jul 8, 2024
@Quinlivanner
Copy link
Author

@ccbikai Bro do u have any update for my issue?

@ccbikai
Copy link
Owner

ccbikai commented Jul 11, 2024

This is a limitation of Cloudflare, there is currently no solution. If there is a better solution, please let us know

https://developers.cloudflare.com/kv/reference/how-kv-works/#performance

@Quinlivanner
Copy link
Author

Is it possible to separate it from the cloudlfare dependency and deploy it on my own server?

@realByg
Copy link

realByg commented Jul 28, 2024

This is a limitation of Cloudflare, there is currently no solution. If there is a better solution, please let us know

https://developers.cloudflare.com/kv/reference/how-kv-works/#performance

KV is stored on cloudflare worldwide endpoint which takes time to update each endpoint. Use cloudflare d1 database insetad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants