DEV Community

Discussion on: DigDag - Schedule a Job(workflow) multiple times on same day

Collapse
 
hiroysato profile image
hiroyuki sato

Maybe, you can use cron> syntax

schedule:
  cron>: "0 4,12 * * *"
Enter fullscreen mode Exit fullscreen mode

Scheduling workflow

Collapse
 
shubham_kadam profile image
Shubham Kadam • Edited

Yeah, that works too.