Skip to content
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

Exception: Error 429: {"Reason":"CallerRateLimitExceeded","Type":"User","message":"Rate exceeded"}` #46

Closed
monixxxx opened this issue May 25, 2024 · 2 comments

Comments

@monixxxx
Copy link

exception calling callback for <Future at 0x7fd8fc0728e0 state=finished raised Exception> Traceback (most recent call last): File "/usr/lib/python3.9/concurrent/futures/_base.py", line 330, in _invoke_callbacks callback(self) File "/usr/local/lib/python3.9/dist-packages/lithops/invokers.py", line 435, in _callback future.result() File "/usr/lib/python3.9/concurrent/futures/_base.py", line 439, in result return self.__get_result() File "/usr/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result raise self._exception File "/usr/lib/python3.9/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/usr/local/lib/python3.9/dist-packages/lithops/invokers.py", line 366, in _invoke_task activation_id = self.compute_handler.invoke(payload) File "/usr/local/lib/python3.9/dist-packages/lithops/serverless/serverless.py", line 59, in invoke return self.backend.invoke(runtime_name, runtime_memory, job_payload) File "/usr/local/lib/python3.9/dist-packages/lithops/serverless/backends/aws_lambda/aws_lambda.py", line 658, in invoke raise Exception('Error {}: {}'.format(r.status_code, r.text)) Exception: Error 429: {"Reason":"CallerRateLimitExceeded","Type":"User","message":"Rate exceeded"}

@random-robbie
Copy link

random-robbie commented May 28, 2024

I've had the same with a 186k line url list and 9k list.

@fyoorer fyoorer pinned this issue May 28, 2024
@fyoorer
Copy link
Owner

fyoorer commented May 28, 2024

This issue happens because your AWS account's concurrent lambda executions limit is low.

Request increase Concurrent executions here:
https://us-east-1.console.aws.amazon.com/servicequotas/home/services/lambda/quotas

@fyoorer fyoorer closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants