<div dir="ltr">Hello all,<div>I'm trying to use the Shard director <br clear="all"><div><br></div><div> sub vcl_init { <br></div><div> new
dir_b
= directors.shard();<br> dir_b
.add_backend(wb3);<br>
dir_b
.add_backend(wb2);<br> dir_b.add_backend(wb1);<br> dir_b
.set_rampup(2m);<br>
dir_b
.reconfigure();<br></div><div>}</div><div><br></div><div>I'm trying to debug
rampup period for a failed backend, cause it seems to me that the server is getting back in the pool before the 2 minutes rampup period.</div><div><br></div><div>Any ideas will be appreciated.</div><div><br></div><div>Regards</div><div><br></div></div></div>