Skip to content
Snippets Groups Projects
  1. Jul 20, 2018
    • Alex Ellis (VMware)'s avatar
      Add feature: scale from zero to 1 replicas · e67d45ca
      Alex Ellis (VMware) authored
      
      This change allows functions to be "idled" or scaled to zero
      replicas and then be invoked later on. There is a penalty to
      scaling up - the API gateway proxy will block until the function
      is ready.
      
      A cache is included to off-set the calls to upstream API to check
      on readiness along with unit tests.
      
      Testing via scaling to zero replicas and then invoking function.
      On Swarm I observed 3 seconds on an Intel Nuc i5 for scaling back
      from zero replicas.
      
      Signed-off-by: default avatarAlex Ellis (VMware) <alexellis2@gmail.com>
      e67d45ca
  2. Jul 16, 2018
  3. Jul 13, 2018
  4. Jul 10, 2018
  5. Jul 09, 2018
  6. Jul 06, 2018
  7. Jul 03, 2018
  8. Jul 02, 2018
  9. Jun 30, 2018
  10. Jun 29, 2018
  11. Jun 28, 2018
  12. Jun 27, 2018
  13. Jun 23, 2018
  14. Jun 21, 2018
Loading