Marcin Copik
Marcin Copik
@hkaiser According to the issue progress tracker, transform_*_scan have been added with PR #2287 but it looks that only regular scans have been added there. I don't see transform scans...
Same issue here - nothing in system logs. My problem was caused by an incorrect configuration of `buildargs`: ```python buildargs={ 'VERSION': version, 'WORKERS': args.parallel } ``` All arguments must be...
I experience the same problem. The API seems to assume that Dockerfile is always placed in build context which is a more restricted view than the one used by Docker...
Could my issue be a duplicate of #701?
@Alivejke Thanks for the tip! However, I'm running Python functions, and there are no callbacks there.
Currently, we support only functions invoked directly with the payload - either through SDK or with an HTTP gateway. We would like to additionally support storage (e.g. AWS S3) and...
Once a function failed to invoke and returned an error, can we query cloud logs to retrieve the logs of a failed invocation?
There is a pending pull request with support for running our benchmark functions on Fission. We need to test if the following features are supported: - [ ] Creating a...
@Charitra1 Dear Charitra, we currently do not support configuring CPU architecture for the functions. That's why the additional setting in the JSON file has been simply ignored. Did you find...
Time - should just get cloud logs and check duration. Memory - [there's no direct access per function](https://github.com/Azure/azure-functions-host/issues/1451). I need to use [metrics explorer](https://github.com/Azure/Azure-Functions/wiki/Consumption-Plan-Cost-Billing-FAQ). https://portal.azure.com/#blade/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/metrics