-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi,
I followed the documentation https://github.com/hydro-project/cluster/blob/master/docs/getting-started-aws.md to setup a cloudburst cluster in AWS. The creation of the cluster is working as described. Then I spin up an additional EC2 instance in order to start a cloudburst client from there and try to invoke a function following https://github.com/hydro-project/cloudburst/blob/master/docs/function-execution.md :
>>> from cloudburst.client.client import CloudburstConnection
>>> cloudburst = CloudburstConnection(AWS_FUNCTION_ELB, MY_IP, local=local)
>>> incr = lambda _, a: a + 1
>>> cloud_incr = cloudburst.register(incr, 'incr')
>>> cloud_incr(1).get()
The first 4 commands are working without error but the invocation of the function (command 5) does not terminate. Unfortunately I do not have much ideas how to debug it. Can you help me out or give me some guidance what I could check?
Best regards and many thanks in advance,
Michael
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels