You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ni...@apache.org on 2022/05/09 05:51:47 UTC

[openwhisk] branch master updated (33cfb36a3 -> 37f1f9918)

This is an automated email from the ASF dual-hosted git repository.

ningyougang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


    from 33cfb36a3 Update Ansible scheduler instructions (#5224)
     add 37f1f9918 send old version memoryQueue's stale activation to queueManager when update action (#5228)

No new revisions were added by this update.

Summary of changes:
 ansible/group_vars/all                             |   2 +-
 ansible/roles/schedulers/tasks/deploy.yml          |   2 +-
 .../org/apache/openwhisk/core/WhiskConfig.scala    |   2 +-
 .../scheduler/container/CreationJobManager.scala   |  30 +++---
 .../core/scheduler/queue/MemoryQueue.scala         |  22 +++++
 tests/src/test/resources/application.conf.j2       |   2 +-
 .../container/test/CreationJobManagerTests.scala   |   6 +-
 .../queue/test/MemoryQueueFlowTests.scala          |  37 ++++----
 .../scheduler/queue/test/MemoryQueueTests.scala    | 102 ++++++++++++++++++++-
 .../scheduler/queue/test/QueueManagerTests.scala   |   2 +-
 10 files changed, 157 insertions(+), 50 deletions(-)