Skip to content

Commit 829f2e9

Browse files
authoredFeb 9, 2018
Merge pull request aptible#27 from dleve123/patch-1
README: Replace foo crontab with my-crontab
2 parents dc4b31f + 363c30b commit 829f2e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,12 @@ you.
179179
Here is an example:
180180

181181
```
182+
$ cat ./my-crontab
182183
# Sleep for 2 seconds every second. This will take too long.
183184
* * * * * * * sleep 2
184185
185186
$ ./supercronic ./my-crontab
186-
INFO[2017-07-11T12:24:25+02:00] read crontab: foo
187+
INFO[2017-07-11T12:24:25+02:00] read crontab: ./my-crontab
187188
INFO[2017-07-11T12:24:27+02:00] starting iteration=0 job.command="sleep 2" job.position=0 job.schedule="* * * * * * *"
188189
INFO[2017-07-11T12:24:29+02:00] job succeeded iteration=0 job.command="sleep 2" job.position=0 job.schedule="* * * * * * *"
189190
WARN[2017-07-11T12:24:29+02:00] job took too long to run: it should have started 1.009438854s ago job.command="sleep 2" job.position=0 job.schedule="* * * * * * *"

0 commit comments

Comments
 (0)
Please sign in to comment.