Han Verstraete
Han Verstraete
Hi, @sqaisar Since this issue was opened we did create a [new auto-scaling engine](https://docs.openfaas.com/architecture/autoscaling/) for [OpenFaas Pro](https://docs.openfaas.com/openfaas-pro/introduction/). It supports scaling to zero and has multiple [scaling modes](https://docs.openfaas.com/architecture/autoscaling/#scaling-modes) like capacity, rps...
There is already a flag to skip the check. ``` faas-cli version --short-version --warn-update=false ``` When this is used there should not be any network communication.
Hi @LijieZhang1998 The instructions you followed use a NodePort to access the API Gateway. NodePorts don't always work on Docker Desktop due to the way networking is configured. On top...
/add labels: support,question
The PR has been rebased.
I'm also experiencing this memory leak. My script started failing with the latest ffmpeg release 6.1 but works with older ffmpeg versions. I run a very similar workflow `trim ->...
Hi @vijayarajanv it would be helpful if you could update your issue and reformat it to use the issue template [https://github.com/openfaas/faas/blob/master/.github/ISSUE_TEMPLATE.md](https://github.com/openfaas/faas/blob/master/.github/ISSUE_TEMPLATE.md) It is not quite clear to me how your...