Coder Social home page Coder Social logo

Comments (6)

Hexagon avatar Hexagon commented on May 21, 2024 1

Didn't kmow there is a standard to it. But now i know better. Will have a look att pulling your solution tonight 👍

from croner.

gilles-crealp avatar gilles-crealp commented on May 21, 2024 1

Didn't kmow there is a standard to it.

https://www.ibm.com/docs/en/db2oc?topic=task-unix-cron-format#d64579e309

from croner.

Hexagon avatar Hexagon commented on May 21, 2024 1

@gilles-crealp Released in 4.0.76 👍

from croner.

Hexagon avatar Hexagon commented on May 21, 2024

Very doable, do you want tog give it a try yourself? Noticed that you made a fork :)

src/pattern.js handle this stuff. It works by convering the pattern to arrays containing 0 or 1 of all possible seconds, minutes, etc.

from croner.

Hexagon avatar Hexagon commented on May 21, 2024

@gilles-crealp Implemented in 227e975, it did not turn out exactly like you described it, but pretty close.

15-45/10 will run 20,30,40 as those are the points in time common to both */10 and 15-45. I think that is the most logical implementation. What do you think?

0-15/2 will run at 0,2,4,6,8,10,12,14 of the same reason.

15-45/15 will run at 15,30,45

from croner.

gilles-crealp avatar gilles-crealp commented on May 21, 2024

15-45/10 will run 20,30,40 as those are the points in time common to both */10 and 15-45. I think that is the most logical implementation. What do you think?

Sorry to disagree but you cannot implement like this because it's limitating (and not standard).

With your solution, you cannot have :15, :25, :35, :45 who sould be 15-45/10. :20, :30, :40 sould be 20-45/10.

from croner.

Related Issues (20)

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.