]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: servers: Schedule the server requeue target on creation
authorOlivier Houchard <ohouchard@haproxy.com>
Wed, 1 Oct 2025 15:56:52 +0000 (17:56 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 1 Oct 2025 16:13:33 +0000 (18:13 +0200)
commit822ee90dc2b5910a88948053ffa21b4caab53d28
treec1cbfef8842b1a193e0d01305a8709aa760e3bb5
parent7ea80cc5b66e9a9e8e5618532f1c6deb93385761
MEDIUM: servers: Schedule the server requeue target on creation

On creation, schedule the server requeue once it's been created.
It is possible that when the server went up, it tried to queue itself
into the lb specific code, failed to do so, and expect the tasklet to
run to take care of that.

This should be backported to 3.2.
This is part of an attempt to fix github issue #3143.
src/server.c