Cpu Time actual billing data did increase by a factor of 10,the amount of users and code remains lar
Cpu Time actual billing data did increase by a factor of 10,the amount of users and code remains largely unchanged

Requests to static assets are free and unlimited.Requests today immediately.Does cloudflare support the cache to prevent call worker everytime?You asked this in #workers-feature-suggestions. Please try and keep conversations to one channel to avoid confusion for people trying to help.

npm i @hono-rate-limiter/cloudflare. There is 1 other project in the npm registry using @hono-rate-limiter/cloudflare.
og-img lib

import { connect } from 'cloudflare:sockets';
// if keep socket connection here will charge CPU time?
const socket = connect(gopherAddr);
export default {
async fetch(req): Promise<Response> {
}
}