Tags: andmos/faas
Tags
Read config values from environment for max_conns tuning - max_conns / idle / per host are now read from env-vars and have defaults set to 1024 for both values - logging / metrics are collected in the client transaction rather than via defer (this may impact throughput) - function cache moved to use RWMutex to try to improve latency around locking when updating cache - logging message added to show latency in running GetReplicas because this was observed to increase in a linear fashion under high concurrency - changes tested against 3-node bare-metal 1.13 K8s cluster with kubeadm Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
Allow unicode in service paths - according to discussion in openfaas#1013 all unicode characters are valid label values - this commit allows the original path to be retained. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
Update swagger for missing secret definitions - added secret definition and removed types used previously Remove structs for secrets - after discussion on PR the core contributors decided we just want simple CRUD with the Secret type. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
Add sha256 hashgen for watchdog to ci config Issue openfaas#955 suggested that the watchdog binaries should have associated sha256 files to help assure the veracity of the built artefacts. This change mirrors the method employed on faas-cli to generate and deploy the sha256 hash for each flavour of the current watchdog. Signed-off-by: Richard Gee <richard@technologee.co.uk>
PreviousNext