yeah with smart placement latency is low. however, it increases the request latency from 10 ms to 10
yeah with smart placement latency is low. however, it increases the request latency from 10 ms to 100-200 ms now. honestly i think there should be easier way to solve the problem im trying to deal with right now.
i have like less than 1 mb JSON data that i want to somehow have ready at all point of worker requests.
i tried getting it from r2 and caching but it didnt work for some reason.
do you think it would be better to just include the data in the bundle instead of using database for this?
i have like less than 1 mb JSON data that i want to somehow have ready at all point of worker requests.
i tried getting it from r2 and caching but it didnt work for some reason.
do you think it would be better to just include the data in the bundle instead of using database for this?

