var KiteTicker = require("kiteconnect").KiteTicker;
var ticker = new KiteTicker({
api_key: "api_key",
access_token: "access_token"
});
// set autoreconnect with 10 maximum reconnections and 5 second interval
ticker.autoReconnect(true, 10, 5)
tick…
@rakeshr Thanks,
Yes I have already implemented code according to this flow. but there is one more problem that this is not working in 1 minute cronJob. so can you suggest me how can handle this code in 1 minute cron.