Jayden Rasmussen

Results 4 comments of Jayden Rasmussen

After some further research I came across the following [article](https://www.openfaas.com/blog/eventdriven-edge/) which makes mention of adding `faas-idler` to the faasd docker-compose yaml to enable this behavior. Is it expected for users...

If that's the case then why does the `/system/scale-function` endpoint exist?

default number of open file descriptors on mac is 256. This behavior does not goes away when using the `--threads` flag ``` ❯ ulimit -n 256 ```

looking through the source quickly it looks like the project follows the pythonic `with` in a few different places but doesn't explicitly call `os.close` which I think is the source...