Valentin Nourdin
Valentin Nourdin
In fact, each time I try to deploy (with `faas-cli up` or `deploy`), it fails with the `failed precondition` error, and if I retry right after, it succeeds. This doesn't...
Here is my `stack.yml`: ```yaml provider: name: openfaas gateway: https://my.gateway functions: my-function: lang: faas-server handler: ./my-function image: registry.gitlab.com/vnourdin/my-project/my-function ``` And `sudo ctr -n openfaas-fn images list` tell me that the...
I can't `docker pull` as I haven't installed docker on the fassd host. Even without changing the image, deploy fails, but the image is already on the host from the...
Yes, I haven't yet set up my CI/CD. It looks similar indeed, I have a task in the RUNNING state, the first deploy fails but the task become STOPPED and...
I have the same behavior with your expressjs example. The initial deploy succeed, it's only when a task is currently running that I can't deploy. I haven't set any timeout....
I have tried to reduce timeouts, as advised in the https://github.com/alexellis/faas-containerd/issues/28 issue, but it doesn't help ```Dockerfile ENV exec_timeout="1s" ENV write_timeout="1s" ENV read_timeout="1s" ```
I'm not really comfortable being "forced" to buy the ebook to be able to complete my POC, it's kind of frustrating if I decide to go with another tool, but...
Hi @alexellis, thanks for your response, I updated the issue with the reason why I find this behavior problematic and also the workaround I use.
Is this supposed to work with 11ty `1.0.0` ? I reproduced what you shared, but in my serverless page `collections` is still empty.
Hi everyone, any update on this ? This seems blocking for [Eleventy global data files](https://www.11ty.dev/docs/data-global/) too, if anyone has a workaround for this I'm interested :sweat_smile: