-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Update retrieved kv after 5 minutes #113
Conversation
👋 Thanks for opening a pull request!If you are new, please check out the trimmed down summary of our deployment process below:
|
.deploy to development |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to development You can watch the progress here 🔗
|
API Deployment - Development 🪐The API has been deployed to the development environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch |
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production You can watch the progress here 🔗
|
API Deployment - Production 🌔The API has been deployed to the production environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch |
.deploy to development |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to development You can watch the progress here 🔗
|
API Deployment - Development 🪐The API has been deployed to the development environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch |
.deploy |
Deployment Triggered 🚀Razzmatazzz, started a branch deployment to production You can watch the progress here 🔗
|
API Deployment - Production 🌔The API has been deployed to the production environment 🚀
|
Deployment Results ✅Razzmatazzz successfully deployed branch |
Currently, a worker only retrieves data from a KV once. If that worker persists, then it won't ever update the KV data. This update ensures that workers will request new KV data if the last retrieval was more than 5 minutes ago.