docs
docs copied to clipboard
Official Docs for OpenFaaS
Signed-off-by: Han Verstraete (OpenFaaS Ltd) ## Description Add a note in the retries documentation to inform users about the new behaviour for undelivered messages that reach maximum retries. ## Motivation...
Signed-off-by: Max Schmidt ## Description This change renames MAX_RAW_BODY in the templates doc to MAX_RAW_SIZE for NodeJS. MAX_RAW_BODY is not used (anymore?) ## Motivation and Context When I tried raising...
hello guys, I am reading the document about the autoscaling of OpenFaas. In the chapter 'Autoscaling', [https://docs.openfaas.com/architecture/autoscaling/#how-auto-scaling-works](url) it gives a formula about the strategy of calculating the desire replics amount....
Update Function: Constraints for Kubernetes ## Proposed change The current documentation page `yaml.md` contains instructions for OS constraints with Docker Swarm, which is no longer supported. This needs to be...
## My actions before raising this issue - [ ] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/) - [x] Read/searched [the docs](https://docs.openfaas.com/) - [x] Searched [past issues](/issues) Python based templates which use flask...
## Proposed change We should discuss and hint at how to support opentracing or tracing in general for functions. This is not about tracing the internals of OpenFaaS but supporting...
## Description The Kubernetes operator `faas-netes` expects the constraints / nodeSelectors in the format `=`. References: - Pull Request ([Node selector support via constraints #77](https://github.com/openfaas/faas-netes/pull/77)), which introduced the feature -...
From Prometheus metric type: https://prometheus.io/docs/concepts/metric_types/, I know that a **counter** is a cumulative metric that represents a single monotonically increasing counter whose value can only increase or be reset to...
**What** - Add details explaining where the values in the log lines come from. Identifying the parts that are metadata from the log provider and the parts that are the...
## Description Selection of branch or tag in the configuration section for templates. ## Motivation and Context Was not able to find any information about targeting a specific branch.