Hello all,
I'm trying to use the Shard director

 sub vcl_init {
        new dir_b = directors.shard();
                dir_b .add_backend(wb3);
                dir_b .add_backend(wb2);
                dir_b.add_backend(wb1);
                dir_b .set_rampup(2m);
                dir_b .reconfigure();
}

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.

Any ideas will be appreciated.

Regards
_______________________________________________
varnish-misc mailing list
[email protected]
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc

Reply via email to