dev.itsarun
dev.itsarun
CDCloudflare Developers
Created by dev.itsarun on 4/16/2025 in #workers-help
Api to Add or Update D1 Bindings in Workers ?
Is there any API to Add new D1 Bindings or update existing one on a Cloudflare workers Or is there any Cloudflare SDK ?
4 replies
CDCloudflare Developers
Created by dev.itsarun on 4/15/2025 in #workers-help
Max CacheTtl Allowed In Cloudflare workers
Is there any limitations on max cache time to live allowed in Cloudflare workers cache API
cf: {
cacheEverything: true,
cacheTtl: 31536000 // 1 year in seconds
}
cf: {
cacheEverything: true,
cacheTtl: 31536000 // 1 year in seconds
}
7 replies