mu
mu copied to clipboard
Framework to Run General-Purpose Parallel Computations on AWS Lambda
While running the example in mu/README_xc-enc.md, the xcenc_server.py script errors out with the following trace: ```bash Traceback (most recent call last): File "/tmp/mu_example/mu/src/lambdaize/xcenc_server.py", line 280, in main() File "/tmp/mu_example/mu/src/lambdaize/xcenc_server.py", line...
It looks like the lambdaize.sh helper utility fails if the executable name has a 'dot' in it. `$ MEM_SIZE=1536 TIMEOUT=180 ./src/lambdaize/lambdaize.sh gpb Function name: a.out_Qm2Ce8JN A client error (ValidationException) occurred...
Output s3 buckets are hardcoded based on the name of the input parameters: outName = "%s-y4m_%02d" % (ServerInfo.video_name, ServerInfo.num_frames) ServerInfo should have another option to specify an output s3 bucket,...
To keep track of where time is spent in each lambda it would be nice to have an additional mode that invokes the context object i.e. context.get_remaining_time_in_millis() around specific functions/lines....
Example: If a __server.py binary runs with a bucket that does not exist (-b option). Errors are thrown *_after*\* all the lambdas are configured. SERVER HANDLING (1) FAIL(retrieving norun:sintel-1k-png16/00000007.png->/tmp/lambda_Sc4R9q/00000007.png from...
Temporary to the pipeline branch as we do some test commits without spamming the keithw channels. In a week or so, all PRs will be posted to both channels.