BUG/MAJOR: lua: scheduled task is freezing.
authorEmeric Brun <ebrun@haproxy.com>
Tue, 17 Oct 2017 16:58:40 +0000 (18:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 18 Oct 2017 17:23:33 +0000 (19:23 +0200)
commit253e53e661c49fb9723535319cf511152bf09bc7
tree6a965494c8df0c881f4051fb3532823d52e89be7
parent00bc3cb59f61638ee48cbca126016bc20abee47f
BUG/MAJOR: lua: scheduled task is freezing.

Since commit 'MAJOR: task: task scheduler rework'
0194897e540cec67d7d1e9281648b70efe403f08. LUA's
scheduling tasks are freezing.

A running task should not handle the scheduling itself
but let the task scheduler to handle it based on the
'expire' field.

[wt: no backport needed]
src/hlua.c