Skip to content
Snippets Groups Projects
  1. Sep 29, 2022
  2. Aug 24, 2022
  3. Aug 05, 2022
  4. Jul 07, 2022
    • Alex Ellis (OpenFaaS Ltd)'s avatar
      Feature for probing functions · 88eea5f6
      Alex Ellis (OpenFaaS Ltd) authored
      
      Introduces a single-flight call to a function's health
      endpoint to verify that it is registered with an Istio
      sidecar (Envoy) before letting the invocation through.
      
      Results are cached for 5 seconds, before a probe is
      required again.
      
      Tested without Istio, with probe_functions environment
      variable set to true, I saw a probe execute in the logs.
      
      Fixes: #1721 for Istio users.
      
      Signed-off-by: default avatarAlex Ellis (OpenFaaS Ltd) <alex@openfaas.com>
      88eea5f6
  5. Jun 29, 2022
  6. May 06, 2022
  7. Jan 24, 2022
  8. Jul 26, 2021
  9. Mar 11, 2021
  10. Feb 26, 2021
  11. Jan 30, 2021
    • Vivek Singh's avatar
      Update version info endpoint · 82cd46ef
      Vivek Singh authored
      
      This commits updates version endpoint to use ProviderInfo and VersionInfo structs from
      faas-provider.GatewayInfo now uses ProviderInfo and VersionInfo structs. GatewayInfo is
      left within gateway. Consumer of this endpoint should use typed struct GatewayInfo to
      parse response.
      
      Signed-off-by: default avatarVivek Singh <vivekkmr45@yahoo.in>
      82cd46ef
  12. Jan 21, 2021
Loading