Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Last active September 11, 2020 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiroyuki-sato/d3ef3a2ef528ae1f66718c534f3f8176 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/d3ef3a2ef528ae1f66718c534f3f8176 to your computer and use it in GitHub Desktop.
digdag schedule
digdag schedules 2> /dev/null | \
awk '/project/{ printf "%s",$2 }/workflow/{ printf ":%s: ",$2 }/next scheduled to run at/{ print $6,$7,$8 }' |\
sort -k 2,3
hoge:hoge: 2020-09-11 16:00:00 +0900
moga:hoge: 2020-09-11 23:00:00 +0900
fuga:hoge: 2020-09-12 08:00:00 +0900
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment