Problem with tasksceduler in zone extesion
Posted: 06 Sep 2019, 15:27
Hi, i wrote a code for checking something in period of time, in my extension and use of that for my zone extension.
i call this task scheduler in init() method, bud after some minutes (10-30) dosen't work anymore!!!
i think my code is true and i'm confused for this problem, i donet know what i have to do, please help me if you can, thanks.
Code: Select all
SendStats = sfs.getTaskScheduler().scheduleAtFixedRate(new SendStats(), 0, 10, TimeUnit.SECONDS);
i think my code is true and i'm confused for this problem, i donet know what i have to do, please help me if you can, thanks.