We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What this means in zhong: every 1.minute, 'foobar', at: '**:20'
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':
Would love to get an explanation about what is going on.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Suddenly it stopped running every 1 minute and I see this on '/zhong':
Would love to get an explanation about what is going on.
The text was updated successfully, but these errors were encountered: