Rate Limiter and Cloudflare Workers Timeout Issues
Does
Should i be reaching for another primative, like streaming? I guess this is a better use case for cloudflare workflows but then it's a bit over my head for integrating cloudflare workflow and effect code together
RateLimiter from effect count towards CPU time in cloudflare workers? I'm running into timeout issues with code that batches API requests but applies the rate limiter to it during a worker request. I'm not exactly sure why i'm getting a timeout so it could be from the underlying API but thought i'd ask in case RateLimiter wasn't the best for CF enviornmentShould i be reaching for another primative, like streaming? I guess this is a better use case for cloudflare workflows but then it's a bit over my head for integrating cloudflare workflow and effect code together
