-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using with AWS Lambda #345
Comments
To better define my environment if someone is getting the same behavior, I use:
The hardest part is that it doesn't error anywhere. I don't truly know if the error is on which side. It just hangs even if I try to list customers for a refresh key (that works locally) |
Not much more help but should be noted Opteo is aware of some of the challenges of running inside Lamba environments: |
Thanks, @rosslavery ! |
I have another experience. This was with
Now if in my code I do this:
all go as expected... BUT if I do this:
here the job take a very long time and reach the timeout because after point So the poin is: are you sure that you do the hard memory consuming work on the right place ? Maybe this is something that happen only in google cloud but keep me almos an entire day before debug the problem... so maybe a double check can be usefull.
|
Hey, can someone confirm I can use this with AWS Lambda?
I've been trying to use GAds API with lambda but my functions keep timing out. I've tried with 1 min timeout/ 1024 mb memory (although it only reaches 360mb max).
Locally it works well with the same config and function. My lambda is not in a VPC. I've tried different operations (query/mutate) with no success, even the simplest.
Thanks in advance for any experience shared.
The text was updated successfully, but these errors were encountered: