dubee commented on a change in pull request #4033: Remove Artifact Store
Polling for Blocking Invocations
URL:
https://github.com/apache/incubator-openwhisk/pull/4033#discussion_r218915734
##########
File path: common/scala/src/main/resources/application.conf
##########
@@ -101,6 +101,7 @@ whisk {
segment-bytes = 536870912
retention-bytes = 1073741824
retention-ms = 3600000
+ max-message-bytes = ${whisk.activation.payload.max}
Review comment:
The topic used by the invoker to send the activation back to the controller
needs to be configured to handle non-default message sizes. Otherwise, all
non-default message sizes, ~1MB, are retrieved via DB polling.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services