Justin Grote
Justin Grote
Explore posts from servers
CC#
Created by Justin Grote on 11/4/2024 in #help
Microsoft.Extensions.Logging dynamic log level?
Ive seen some solutions that use the ASP providers like appsettings.json and modifying those log levels take effect in real time, so it seems like something similar could maybe be done but via a method rather than a file watcher
3 replies
CC#
Created by Justin Grote on 11/4/2024 in #help
Microsoft.Extensions.Logging dynamic log level?
The solution there uses reflection which seems a really icky way to go about it
3 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
haven't tried but I'll bet for sure that was it, I'm doing it now but I have to set up the custom domain first
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
I guess the solved tag is it
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
Is there a way to mark as answered in this forum?
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
@Chaika thanks for your quick eyes! Appreciated
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
I basically need to do a heavy fetch in the backend and I want to pre-populate some cache URLs for fetches that will occur after that initial heavy requests
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
it uses the request URL as the base
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
In my non-dashboard prod code it is a valid URL in the same custom domain
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
@Chaika it'll throw an exception if put doesn't like the uri
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
Thanks, I'll deploy a custom domain for that
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
Derp! I forgot about that!
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
I'd guess because the way the cache is abstracted to the sqlite database in the local runner doesn't behave exactly as the local one
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
This same function works just fine when running wrangler dev locally
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
23 replies
CDCloudflare Developers
Created by Justin Grote on 12/12/2023 in #workers-help
Using cache put and match in the same worker
@geomaster oh thanks, I didn't think about that for playground, but it definitely doesn't work with a production deploy
23 replies