tarantool / watchdog

tarantool watchdog module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide getters for watchdog configuration

olegrok opened this issue · comments

Sometimes it could be useful to get current configuration of watchdog. We need something like:

watchdog.config() -> {timeout = 123, enable_coredump = true}