Issues with scheduler

peshua19

Member
May 25, 2018
897
0
16
I seem to be having some weird issues with the scheduler plugin. I have setup my scheduler properly and it appears to work for most of the day but when it starts getting later, not sure exactly, it just seems to stop working. I have it set to allow unlimited bandwidth during the hours that I am typically asleep but even when it is during hours when it should be limiting the speeds it does not do so.

HUTiL.png

As you can see in the screenshot I have set it so that I am limited till 2am Sunday morning, but at the time displayed by ruTorrent it is 23:58 on Saturday evening and there is no limit on my uploading.
 

Attachments

lisas4567

Member
May 25, 2018
773
0
16
1) Check your server time.
2) By default, scheduler set limitations once per hour. Try to adjust $updateInterval in the plugins conf.php.
 

peshua19

Member
May 25, 2018
897
0
16
Quote :
1) Check your server time.
2) By default, scheduler set limitations once per hour. Try to adjust $updateInterval in the plugins conf.php.


I have already checked the server time and it matches the current time. I also read another suggestion when I searched for a solution to my issue that mentioned checking the conf.php and I have adjusted the $updateInterval from 60 minutes to 5
 

peshua19

Member
May 25, 2018
897
0
16
I did some more searching and found this old thread:
http://forums.rutorrent.org/index.php?topic=1262.0

Which led me to checking my Apache error log and it cited the same issue with date.timezone in the php.ini file and that it had defaulted to UTC as the timezone. I went and set that variable and now my scheduler appears to be working fine.