Coder Social home page Coder Social logo

cronwtf's People

Contributors

dhobsd avatar sunny avatar technoweenie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cronwtf's Issues

check on hours

Hi,

2 30 7,14,21,28 * * something

30 hours is not possible :)

You are expecting 0-11 for the Month field, when it should be 1-12

Currently, this (0 0 0 1 0 COMMAND) is parsed as "Runs COMMAND at minute :00, on hour 0, on day 0, in Feb, on Sun.", when it should actually be parsed as "Runs COMMAND at minute :00, on hour 0, on day 0, in Jan, on Sun." (NOTE the change from Feb to Jan).

This is documented in the wikipedia entry (http://en.wikipedia.org/wiki/Cron) and I've just confirmed by testing (I have a one off task that I need to run tonight) on a linux install.

wrong parsing for "30 4 1,15 * 5

as per cron manual this
"30 4 1,15 * 5

should be would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.

your code says
"Runs COMMAND at minute :30, on hour 4, on days 1, 15, every month, on Fri."

Cheers,
Cristi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.