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

Not processing 'every' correctly #24

Closed
joe-parente opened this issue Oct 28, 2016 · 1 comment
Closed

Not processing 'every' correctly #24

joe-parente opened this issue Oct 28, 2016 · 1 comment

Comments

@joe-parente
Copy link

Hi,
When I either create or load a line like this:
newjob = crontab.create('ls -l', '*/1 * * * *', '');
newjob.toString or .render display this:

  • * * * * ls -l

Is this an actual issue or am I doing it wrong?

@siddharthkp
Copy link

@joe-parente Both */1 * * * * and * * * * * mean the same thing, which is At every minute.

Refer: https://crontab.guru

@dachev dachev closed this as completed Aug 5, 2018
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

3 participants