Skip to content

Commit

Permalink
fix add reactive to InvokerReactive
Browse files Browse the repository at this point in the history
  • Loading branch information
ningyougang committed Jun 8, 2020
1 parent 235ffaa commit 842baa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ class InvokerReactive(
val prewarmingConfigs: List[PrewarmingConfig] = execManifest.get.stemcells.flatMap {
case (mf, cells) =>
cells.map { cell =>
PrewarmingConfig(cell.initialCount, new CodeExecAsString(mf, "", None), cell.memory)
PrewarmingConfig(cell.initialCount, new CodeExecAsString(mf, "", None), cell.memory, cell.reactive)
}
}.toList
pool ! PreWarmConfigList(prewarmingConfigs)
Expand Down

0 comments on commit 842baa1

Please sign in to comment.