Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Feb 14, 2020
1 parent 3ed125f commit 0a2d446
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ The example output below is for the script which was setup using [Installation](
2020-01-13 22:49:30,438 INFO:unicron.py unicron - Suceeded: 0; Failed: 0; Skipped: 1
```
Once Unicron has attempted all tasks, if any task failed then Unicron will exit with an error status. This can be useful for control flow when using cron and `mail`. If running through `make`, the error will appear as follows:
```
...
make: *** [run] Error 1
```
### View logs
Run this command to tail the app and task logs. Sample output is for the run commands above.
Expand Down

0 comments on commit 0a2d446

Please sign in to comment.