Skip to content

Commit

Permalink
Use cron workflow for history scanner workflow (uber#2796)
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored and anish531213 committed Nov 18, 2019
1 parent 5b35806 commit a13efd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/worker/scanner/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ var (
TaskList: historyScannerTaskListName,
ExecutionStartToCloseTimeout: infiniteDuration,
WorkflowIDReusePolicy: cclient.WorkflowIDReusePolicyAllowDuplicate,
CronSchedule: "0 */12 * * *",
}
)

Expand Down

0 comments on commit a13efd1

Please sign in to comment.