nomaxx117
nomaxx117
CDCloudflare Developers
Created by nomaxx117 on 1/13/2024 in #general-help
Only one tunnel gets checked by the load balancer monitor
I have a load balancer with two tunnels attached. For some reason, only one tunnel seems to get monitor checks. I think this might also apply to health check traffic, but I need to double check. Traffic is otherwise split roughly equally between the two tunnels, and when there is an outage in that cluster that affects both, the tunnel that doesn't seem to get monitor checks will still register as "healthy". Does anyone have any idea what might be going on here?
38 replies
CDCloudflare Developers
Created by nomaxx117 on 6/8/2023 in #workers-help
Guess content type from path
Hello, I'm looking to serve data from R2 via workers. I'm used to Rust, and have used https://docs.rs/mime_guess/latest/mime_guess/ in the past to "guess" the mime type for a piece of content based on the path given. What's the easiest way to do this with workers?
11 replies