Skip to content

Commit

Permalink
removed scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
feroshjacob committed Aug 30, 2018
1 parent cbb64cb commit 28b3885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/workflow-start.ssp
Original file line number Diff line number Diff line change
Expand Up @@ -426,5 +426,5 @@ default_dag_args = {
with models.DAG(
'${programConfiguration.name}',
#Continue to run DAG once per day
schedule_interval=datetime.timedelta(days=1),
schedule_interval=None,
default_args=default_dag_args) as dag:
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ class TemplateTest extends BaseBBCGrammarTest with ExpressionCreator{
output shouldBe "<p> Hello Hiram Chirino, from Tampa. </p>"
}
test("template header test") {
ComposerFlowBlockCombiner.generateHeaderContent(ProgramConfiguration(expr("env"),expr("zone"),"hola",None)) should have size 18121
ComposerFlowBlockCombiner.generateHeaderContent(ProgramConfiguration(expr("env"),expr("zone"),"hola",None)) should have size 18099

}
}

0 comments on commit 28b3885

Please sign in to comment.