[ 
https://issues.apache.org/jira/browse/IOTA-32?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15553472#comment-15553472
 ] 

Barbara Gomes commented on IOTA-32:
-----------------------------------

Analising what else the user might want to be able to control, we are adding 
two new optional configuration for actors that uses Routers with resizes:

{code}
"autoScale":{
  "type": "object",
  "lowerBound" : {
    "type":"integer",
    "minimum":1
  },
  "upperBound" : {
    "type":"integer",
    "minimum":1
  },
  "backoffThreshold" :{
    "type":"number",
    "minimum":0.0
  },
  "roundRobin":{
    "type": "boolean"
  },
  "required":[
    "lowerBound",
    "upperBound"
  ]
}
{code}

> Fey - Define minimum number of actors when autoscaling
> ------------------------------------------------------
>
>                 Key: IOTA-32
>                 URL: https://issues.apache.org/jira/browse/IOTA-32
>             Project: Iota
>          Issue Type: New Feature
>            Reporter: Barbara Gomes
>            Assignee: Barbara Gomes
>            Priority: Minor
>
> Fey allows the user to specified only the up limit when he wants the actor to 
> autoscale. With this new feature the user will be able to specify the minimum 
> number of actors that should be running when auto scaling and as well as the 
> maximum number.
> For example:
> autoScale: 10
> minAutoScale: 5



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to