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

Confuse at semantics #26

Open
kdiogenes opened this issue Nov 10, 2017 · 0 comments
Open

Confuse at semantics #26

kdiogenes opened this issue Nov 10, 2017 · 0 comments

Comments

@kdiogenes
Copy link

What this means in zhong: every 1.minute, 'foobar', at: '**:20'

For me it's means that I want to run it each minute in whatever hour, but only when it's 20 minutes, but I see it running every minute in the console:

web_1            | 20:34:19 web.1  | 2017-11-10 20:34:19 +0000: running: foobar
web_1            | 20:34:19 web.1  | "hey joe!!!"
web_1            | 20:35:19 web.1  | 2017-11-10 20:35:19 +0000: running: foobar
web_1            | 20:35:19 web.1  | "hey joe!!!"

Suddenly it stopped running every 1 minute and I see this on '/zhong':

screenshot from 2017-11-10 18-39-50

Would love to get an explanation about what is going on.

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

1 participant