You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.
I have 2 scheduled tasks set up to run that will warn and then restart the server at 3:55 AM and 4:00 AM respectively. Manually testing these tasks work as intended.
Current Behavior
Scheduled tasks are not automatically running on their scheduled times. The triggers are set up as they should (trigger at specific time).
Steps to Reproduce (for bugs)
Make scheduled task for 55 3 * * * and 0 4 * * * (3:55 AM and 4:00 AM)
Wait until time, but server does nothing
Context
I am trying to restart my server daily, to free up some memory and refresh the server.
Your Environment
Daemon version used: Latest
Server OS: Ubuntu Server 16.04
Server environment: node.js 5.12
Other info:
Screenshots
The text was updated successfully, but these errors were encountered:
I can confirm this, I have two scheduler tasks set up to run at 58 22 and 59 22 everyday but they do not run. I checked the timezone and it is correct, The system time is correct, the hardware time is correct, the crontab setup on the system itself runs fine. The only thing is, the webpanel has the wrong time markings. If i go into the console from the webpanel, it has the right times because it is a direct output from the server itself. But if i go into the file manager on the daemon the files last modified dates are all screwed up.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Expected Behavior
I have 2 scheduled tasks set up to run that will warn and then restart the server at 3:55 AM and 4:00 AM respectively. Manually testing these tasks work as intended.
Current Behavior
Scheduled tasks are not automatically running on their scheduled times. The triggers are set up as they should (trigger at specific time).
Steps to Reproduce (for bugs)
Context
I am trying to restart my server daily, to free up some memory and refresh the server.
Your Environment
Screenshots
The text was updated successfully, but these errors were encountered: