Skip to content

Commit

Permalink
Actually passing the new parameter down the line (#529)
Browse files Browse the repository at this point in the history
So that it actually pauses the jobs…
  • Loading branch information
brisssou authored Mar 26, 2020
1 parent 6c04490 commit cbc3120
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class CuttleProject private[cuttle] (val name: String,
jobsToBePausedOnStartup: Set[Job[TimeSeries]] = Set.empty
): Unit = {
val (routes, startScheduler) =
build(platforms, databaseConfig, retryStrategy, paused, stateRetention, logsRetention, maxVersionsHistory)
build(platforms, databaseConfig, retryStrategy, paused, stateRetention, logsRetention, maxVersionsHistory, jobsToBePausedOnStartup)

startScheduler()

Expand Down

0 comments on commit cbc3120

Please sign in to comment.