You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/07/05 20:04:58 UTC

[GitHub] [openwhisk] bdoyle0182 commented on a diff in pull request #5267: [Scheduler Enhancement] Consider binding action when creating or recovering queue.

bdoyle0182 commented on code in PR #5267:
URL: https://github.com/apache/openwhisk/pull/5267#discussion_r914161697


##########
core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue/QueueManager.scala:
##########
@@ -397,7 +400,7 @@ class QueueManager(
       logging.warn(
         this,
         s"[${msg.activationId}] the activation message has not been scheduled for ${queueManagerConfig.maxSchedulingTime.toSeconds} sec")
-      completeErrorActivation(msg, "The activation has not been processed")
+      completeErrorActivation(msg, "The activation has not been processed: too old activation is arrived.")

Review Comment:
   ```suggestion
         completeErrorActivation(msg, "The activation has not been processed due to timeout waiting for processing in the scheduler.")
   ```



-- 
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: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org