1

I have a pool of servers and f5 BIG-IP loadbalancer in front of them. I want to configure the following behaviour: if one server haven't answered on http request in e.g. 1 second request will be resent to another server. Is it possible?

simpadjo
  • 111
  • 3
  • You might be able to tweak [gor](https://github.com/buger/gor) to meet your needs, but I haven't seen any commercial load balancers that offer replays. – chicks Sep 28 '15 at 15:45

1 Answers1

2

https://devcentral.f5.com/wiki/iRules.HTTP__retry.ashx

that would probably be your answer.

  • URL-only answers are encouraged. Maybe you could quote a line or two? – chicks Sep 28 '15 at 15:49
  • According to the docs, HTTP::retry command is valid only inside HTTP_RESPONSE and HTTP_RESPONSE_DATA. But in my case these events will not be triggered. – simpadjo Sep 28 '15 at 16:00