Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Scheduler not working automatically #239

Open
devvz opened this issue Oct 27, 2016 · 3 comments
Open

Scheduler not working automatically #239

devvz opened this issue Oct 27, 2016 · 3 comments

Comments

@devvz
Copy link

devvz commented Oct 27, 2016

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)

  1. Make scheduled task for 55 3 * * * and 0 4 * * * (3:55 AM and 4:00 AM)
  2. 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

image

@JamyDev
Copy link
Member

JamyDev commented Nov 4, 2016

It uses the timezone that is set on the server. Are you sure this is the same as your timezone?

@devvz
Copy link
Author

devvz commented Nov 5, 2016

Yes, this is the same as my time zone. Even if it wasn't, the task has never ran automatically.

@ryan77627
Copy link

ryan77627 commented Dec 17, 2016

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants