I have a set of scripts on the /admin path that can take a while to execute, and cause Varnish to hit the timeout limit. Is there a way to increase the timeouts for a particular path rather than for an entire backend?
|
feedback
|
|
You may try to add one more backend with same host, but different timeouts And use it for your urls with req.backend
| |||
|
feedback
|
|
Just recently ran into something like this .. We added the following in the backends (make sure NOT TO PUT it in the .probe { } sub-declaration [just a small error that caused a hint of confusion for us for a short time ;]):
You can read more about them with 'man vcl'. Hope this helps! | |||
|
feedback
|