Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cron schedule every minute #56

Open
mnzaki opened this issue Oct 18, 2018 · 3 comments
Open

Cron schedule every minute #56

mnzaki opened this issue Oct 18, 2018 · 3 comments

Comments

@mnzaki
Copy link

mnzaki commented Oct 18, 2018

it seems the * * * * * schedule is buggy. Ofelia runs the command every second.

@mnzaki
Copy link
Author

mnzaki commented Oct 18, 2018

Oh it seems the schedule syntax starts with seconds! That was unexpected....I believe the original cron starts with minutes. Perhaps a note in the README?

@mvhirsch
Copy link

Hi, yes classic cron only runs in minutes, not seconds.
Anyway, you mean a note in the README like this? :-)

https://github.com/mcuadros/ofelia/blob/master/README.md#jobs

@mnzaki
Copy link
Author

mnzaki commented Nov 19, 2018

Well yes probably there, but less misleading 😅

It uses a INI-style config file and the scheduling format is exactly the same from the original cron

To me "original cron" basically read as "classic cron", and now I'm assuming you actually mean the robfig/cron go package, which uses seconds (unlike classic cron).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants