I'm not sure what service I need or if cloudflare offers it... but ideally looking for a sort of cac
I'm not sure what service I need or if cloudflare offers it... but ideally looking for a sort of cache push service.
Example, users push setting to a .json file which is returned from an api, if the user doesn't exist or have any settings a default setting is returned... either way the API is called over 300 million times a month.
I was looking at workers but that's easily $100 a month, then if I was to twin that with R2 storage it would be even more...
All this depends on if cloudflare workers only respond to "MISS" cache requests? Then its a lot smaller around 50 million cache miss requests a month which is much more doable.
Example, users push setting to a .json file which is returned from an api, if the user doesn't exist or have any settings a default setting is returned... either way the API is called over 300 million times a month.
I was looking at workers but that's easily $100 a month, then if I was to twin that with R2 storage it would be even more...
All this depends on if cloudflare workers only respond to "MISS" cache requests? Then its a lot smaller around 50 million cache miss requests a month which is much more doable.

