Soam Vasani
Soam Vasani
Various tests sleep for a few seconds to let router and other controllers catch up to newly created functions and triggers. We should add some sort of deterministic API (maybe...
When fission spec apply is in a filesystem-watch loop, it can race with the builder: (a) the builder is trying to update the package with the deployment package and build...
We'd like to know how much installs fail, though we won't get logs it'll be a somewhat useful indicator of quality.
If no files match the include globs in an ArchiveUploadSpec, that spec should fail to validate.
Our timer trigger today unconditionally retries when the function errors out. We should allow users to tune the behaviour on error: whether or not to retry, max retries, delay between...
`fission package info` outputs important build info. Somewhat inconveniently users have to first find the package name they are using. So we should make a `fission function buildlog` which finds...
We have multiple-namespace support for Fission since 0.8.0; however, our API does not have support for authorization. Most of our server-side microservices talk directly to the K8s API. There's no...
Each environment's poolsize is currently set to a poolsize defined in the environment spec. The user is expected to set this based on the expected incoming rate of cold starts,...