如何增加haproxy中lua执行超时时间?

我需要增加haproxy中lua执行的时间。我查看了haproxy文档,但是无法确定如何进行配置。

https://cbonte.github.io/haproxy-dconv/1.9/configuration.html

下面是可以帮助调整时间的参数,但是我不知道在哪里以及如何使用这些参数。有人能帮忙吗?

  • tune.idletimer
  • tune.lua.forced-yield
  • tune.lua.maxmem
  • tune.lua.session-timeout
  • tune.lua.task-timeout
  • tune.lua.service-timeout
点赞