digdag run myproj
If it fails
Fix issue
digdag run myproj --retry
Got error saying attempts already exist
digdag attempts
Find attempt id
digdag retry 3 —last-revision —all
diadag log 7
digdag init hello
cd hello
digdag run hello
digdag run --rerun hello
- Repush your new shcedule projects.
Caution: digdag never stop current running task. digdag kill
does just not execute next tasks.
The examples in the digdag github repository is a good starting point Treasure data which provides hosted service also created good examples
- https://github.com/treasure-data/digdag/tree/master/examples
- https://github.com/treasure-data/workflow-examples
- How to use Liquid template in Embulk Japanese.