style95 commented on code in PR #5419:
URL: https://github.com/apache/openwhisk/pull/5419#discussion_r1210889107
##########
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/Scheduler.scala:
##########
@@ -221,8 +221,7 @@ class Scheduler(schedulerId: SchedulerInstanceId,
schedulerEndpoints: SchedulerE
}
val topic = s"${Scheduler.topicPrefix}scheduler${schedulerId.asString}"
- val schedulerConsumer =
- msgProvider.getConsumer(config, topic, topic, maxPeek, maxPollInterval =
TimeLimit.MAX_DURATION + 1.minute)
+ val schedulerConsumer = msgProvider.getConsumer(config, topic, topic,
maxPeek, maxPollInterval = TimeLimit.MAX_DURATION + 1.minute)
Review Comment:
It is wrongly formatted for testing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]