Hi,
I have some external data being sent to the server on 3030 which calls a handler. The log messages show that it received the data. But the execution of the handler is either delayed / does not happen at all.
I could see 2 examples today,
-
Handler gets executed after ~15 mins
-
Handler gets executed after ~22 mins
And if the handler does not execute, nothing gets displayed on the logs.
debug level logs also doesn’t show anything ?
Any ideas what could be the issue ? Or how could i debug this further.
Any help would be much appreciated!
Thanks,
Akshay
P.S - Restarting the sensu-server did not help