You could a `signal` to your outgoing `fetch` with `signal: AbortSignal.timeout(5000)` or whatever a
You could a
signal to your outgoing fetch with signal: AbortSignal.timeout(5000) or whatever and then catch the abort signal timeout?

