@vivek, I did isolate the issue, Its not an intermittent issue, I should rather say ticks are not frequent as it used to be. My health check fails which cause it to restart, I expect atleast 10 ticks for 10 seconds for 200 tokens but it doesn't seem…
@vivek I am not using raw web socket. I am using kiteconnectjs, and below is the gist
function setTick(ticks) {
ticks.forEach(function(tick) {
tick.scrip = items[tick.Token];
tick.exchange = 'NSE';
…
@sujith Can you update on this? This is making the service unusable, ticks stops very frequently and has socket has to be reconnected to resume the ticks