The kony timer speeds up in the second run what to do

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Is it a repeating scheduler? Are you using dynamic timer id?

Actually it is not speeding up.. You have an existing timer, on second run another timer is getting created.. as both are running you are seeing it fast..

On second run, cancel the previous timer and schedule it again.

Please update the status if it works!

Thanks.

I agree with @Atticus Boycehangavel​ . That is what is happening. You should destroy the previous timer ( using the id of that timer ) before creating a new one