Open
Description
Enhancement request for input plugins.
By default, PluginHelper::Timer#timer_execute
launches timer immediately.
This is no problem on almost cases but some plugins, e.g. in_tail, takes long time in start
by executing code.
To avoid this problem, delaying timer execution mitigates this situation.
See also: #1502