-
According to OpenFaaS official doc, when the function concurrent request limit is exceeded (function's max_inflights env variable), the function returns a 429 status code, and the queue worker rathe…
-
Improve the arkade app for openfaas Pro
## Expected Behaviour
It'd be convenient if the following set up the key required for the OpenFaaS Pro dashboard:
```bash
arkade install openf…
-
Note: "fn" used to refer to OF "function", to distinguish from the general usage of the term.
As previously discussed over a number of community calls, and especially after watchdog readiness c…
-
## My actions before raising this issue
- [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [x] Read/searched [the docs](https://docs.openfaas.com/)…
-
Is it possible to use `of-watchdog` in HTTP mode to support websockets?
## Your Environment
* Docker 18.03.1
* Docker Swarm (locally) and Kubernetes (on Azure, in the future)
* Windows and MacOS…
-
## Why do you need this?
I need to be able to use vendoring with the golang-http template because it is how I get private Go code into my functions.
## Expected Behaviour
This shou…
-
## [Feature] Add Command and Args to job YAML file
Work-type / day job type use-cases:
* Checking `curl` from within the cluster
* Checking inter-pod DNS is working
* Think of DB index clean-u…
-
## My actions before raising this issue
- [x] Followed the [troubleshooting guide](https://docs.openfaas.com/deployment/troubleshooting/)
- [x] Read/searched [the docs](https://docs.openfaas.com…
-
Hi,
I developed a python function to run ansible playbooks. Some of them are long-running operations, that's why I increased the `exec_timeout` to `10m`.
The function is calling as an `async` funct…
-
After enabling cilium with `microk8s cilium enable` inbound communication to the node does not work.
ICMP -> node = timeout
Node ICMP -> anything = fine
SSH -> node = timeout
Node ssh -> anyt…