Marko Juraga

Results 84 comments of Marko Juraga

Hi @kevev, we don't have this supported for now, the workaround would be calling `/services/haproxy/configuration/raw` with `?force_reload` qs parameter. In which cases does HAProxy miss a reload when configuration changes?...

This can be that the HAProxy has not reloaded, or there is something wrong with your `stats socket` configuration. For the `/configuration` endpoints we are looking in the config file,...

That is a good point, we'll definitely add it.

To me it seems as an HAProxy issue, meaning that haproxy cannot start with the given configuration file. Can you test just starting of haproxy process with this haproxy.cfg to...

This definitely needs to be fixed. Thank you for your report.

This is the message that is returned using `haproxy -c` validation check.

No, currently API does not have support for comments. The underlying config-parser however does, and this is a feature we discussed, but is currently low on our feature priorities.

Hi, we don't have any immediate plans for adding this, but if there is a need for it, we are definitely interested in adding this support some time in the...

Hi @corrieb , thank you for the very detailed and interesting report, we will look into it, and are aware of some of the points you brought up here.

Hi @corrieb, there has been some changes optimizing our config-parser performance in the meantime. Can you try running your tests with the latest version to see if this addresses your...