js
js
CDCloudflare Developers
Created by js on 4/24/2024 in #workers-help
Access & refresh tokens implementation
Hi, if I'm implementing access and refresh tokens with JWTs for my cloudflare worker API, what is the best place to store the token data? Durable objects, KV, D1?
1 replies
CDCloudflare Developers
Created by js on 4/21/2024 in #workers-help
Rate limiting/throttling with a fifo queue
I'd like one of my cloudflare worker routes to fetch a third party api. This third party api has a rate limit of 60 requests per minute. How can I account for this rate limit such that if I receive 100 requests from clients in one minute, the first 60 are processed and the rest are fifo queued until the minute is over, then they will be processed as well?
3 replies
CDCloudflare Developers
Created by js on 4/21/2024 in #workers-help
How to upgrade workers to paid plan?
Hi, this link seems to be outdated https://developers.cloudflare.com/workers/platform/pricing/#how-to-switch-the-usage-model because when I view the overview of my workers and settings of indivudal workers I don't see anything regarding usage model. How do I upgrade a worker to paid?
5 replies