Created
January 10, 2017 01:39
-
-
Save doryokujin/95f5175b73136f784bef9fbf7c91dcfd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
doryokujin :: ~/mydag » digdag run mydag.dig 1 ↵ | |
2017-01-10 10:38:06 +0900: Digdag v0.9.1 | |
2017-01-10 10:38:08 +0900 [WARN] (main): Using a new session time 2017-01-10T00:00:00+00:00. | |
2017-01-10 10:38:08 +0900 [INFO] (main): Using session /Users/doryokujin/mydag/.digdag/status/20170110T000000+0000. | |
2017-01-10 10:38:08 +0900 [INFO] (main): Starting a new session project id=1 workflow name=mydag session_time=2017-01-10T00:00:00+00:00 | |
2017-01-10 10:38:09 +0900 [INFO] (0018@+mydag+setup): echo>: start 2017-01-10T00:00:00+00:00 | |
start 2017-01-10T00:00:00+00:00 | |
2017-01-10 10:38:09 +0900 [INFO] (0018@+mydag+disp_current_date): echo>: 2017-01-10 00:00:00 +00:00 | |
2017-01-10 00:00:00 +00:00 | |
2017-01-10 10:38:09 +0900 [INFO] (0018@+mydag+repeat): for_each>: {order=[first, second, third], animal=[dog, cat]} | |
2017-01-10 10:38:10 +0900 [INFO] (0018@+mydag+repeat^sub+for-0=order=0=first&1=animal=0=dog): echo>: first dog | |
first dog | |
2017-01-10 10:38:10 +0900 [INFO] (0023@+mydag+repeat^sub+for-0=order=0=first&1=animal=1=cat): echo>: first cat | |
first cat | |
2017-01-10 10:38:10 +0900 [INFO] (0025@+mydag+repeat^sub+for-0=order=1=second&1=animal=1=cat): echo>: second cat | |
second cat | |
2017-01-10 10:38:10 +0900 [INFO] (0024@+mydag+repeat^sub+for-0=order=1=second&1=animal=0=dog): echo>: second dog | |
second dog | |
2017-01-10 10:38:10 +0900 [INFO] (0026@+mydag+repeat^sub+for-0=order=2=third&1=animal=0=dog): echo>: third dog | |
third dog | |
2017-01-10 10:38:10 +0900 [INFO] (0027@+mydag+repeat^sub+for-0=order=2=third&1=animal=1=cat): echo>: third cat | |
third cat | |
2017-01-10 10:38:10 +0900 [INFO] (0027@+mydag+teardown): echo>: finish 2017-01-10T00:00:00+00:00 | |
finish 2017-01-10T00:00:00+00:00 | |
Success. Task state is saved at /Users/doryokujin/mydag/.digdag/status/20170110T000000+0000 directory. | |
* Use --session <daily | hourly | "yyyy-MM-dd[ HH:mm:ss]"> to not reuse the last session time. | |
* Use --rerun, --start +NAME, or --goal +NAME argument to rerun skipped tasks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment