Marcin Copik

Results 186 comments of Marcin Copik

@nervermore2 > I'm just wondering what would be the use cases for the BURST invocations type then? The invocations are mixed with mostly cold and partially warm (or maybe all...

@nervermore2 > One more question on your latest ubuntu image for python, please correct me if I'm wrong: Previously you used cloud provider's native python/node js image, and install specific...

@nervermore2 I verified that Azure works well for Python 3.7-3.9 and Node 14. To add Node 16 & 18, we have to migrate to Azure Functions 4. I will see...

For future reference: new code needed to query logs of GCP v2: ```python from google.cloud import logging as gcp_logging logging_client = gcp_logging.Client() #logger = logging_client.logger("cloudfunctions.googleapis.com%2Fcloud-functions") logger = logging_client.logger("run.googleapis.com%2Frequests") timestamps =...

@nervermore2 PR #196 now supports Azure Functions Runtime v4 and works with Node.js 16, 18 & 20, as well as with Python 3.10 and 3.11. The upcoming release will support...

> > @mcopik I don't know how to deploy the benchmarks in aws. I need assistance with that. > > Meanwhile, I tried launching the benchmarks locally in minio storage....

> @mcopik I don't know how to deploy the benchmarks in aws. I need assistance with that. @niranjank2022 There is documentation on configuring the AWS account. Once you do that,...

> And I did some changes for incorporating jsonschema in requirements.txt. When I try to push my code, I am getting this warning: > > ``` > remote: Permission to...

@niranjank2022 Hi! Do you plan to continue working on this PR? IIRC, it has not been tested on AWS?

@niranjank2022 Sure, no worries! Let me know if you have any questions.