Benjamin Richard Carver

Results 14 comments of Benjamin Richard Carver

I've also experienced this issue, though I don't have a good way to reproduce it.

The appendix of [this](https://arxiv.org/pdf/1910.05896.pdf) paper has a fairly detailed guide on deploying Wukong on AWS Lambda. In that paper, we compared against Dask 0.18.0. More recently, we use the following...

Hello Jennifer. Wukong uses the [Dask framework](https://dask.org/) to generate its input DAGs. It does not convert arbitrary input (e.g., JSON) into an executable DAG. If you can generate a DAG...

Hi Tom! Thank you for reaching out! 🙂 I will take a look at Cubed as well as Coiled Functions, as I'm not familiar with these. I will also share...

Great, sounds good. Thank you. :) I'll check out the slides + recording!

Right, so I went ahead and tried this branch, and it appears to get stuck while loading the user module... ``` OpenBLAS WARNING - could not determine the L2 cache...

> I think I did two more things for the function. From the AWS console, I had customized the function to have 512 MB memory and 60 seconds timeout. Maybe...

I've tried building the Docker image/container using the provided file, but I encountered an error: ``` Step 8/14 : RUN /usr/local/julia/bin/julia --project=. -e "using Pkg; Pkg.instantiate(); Pkg.precompile()" ---> Running in...

Right, so I can test everything locally by running the image via: `docker build -t julia-lambda:latest . && docker run -it --rm -p 9000:8080 julia-lambda:latest` And posting requests via: `curl...