Reputation: 599
I there limit of time between two requests to be executed in Amazon Athena? For example, I launch some requests from python code as:
the request request1 at time t1
the request request2 at time t2
the request request3 at time t3
My question, is there a limitation intervalle between
t1 and t2
t2 and t3
Because after 27 requests, I get canceled or failed request.
Upvotes: 0
Views: 598
Reputation: 1939
Here you will find the information about the limits of Athena service.
https://docs.aws.amazon.com/athena/latest/ug/service-limits.html
Please note the following points in this document:
There isn't mention of time interval limit between queries.
Upvotes: 1