Skip to content

Commit 842baa1

Browse files
committed
fix add reactive to InvokerReactive
1 parent 235ffaa commit 842baa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class InvokerReactive(
270270
val prewarmingConfigs: List[PrewarmingConfig] = execManifest.get.stemcells.flatMap {
271271
case (mf, cells) =>
272272
cells.map { cell =>
273-
PrewarmingConfig(cell.initialCount, new CodeExecAsString(mf, "", None), cell.memory)
273+
PrewarmingConfig(cell.initialCount, new CodeExecAsString(mf, "", None), cell.memory, cell.reactive)
274274
}
275275
}.toList
276276
pool ! PreWarmConfigList(prewarmingConfigs)

0 commit comments

Comments
 (0)