cgivre commented on issue #2869: URL: https://github.com/apache/drill/issues/2869#issuecomment-1885006926
One more thing... I was wrong. There are some throttling parameters. You can set the timeout parameter as well as a retryDelay parameter. Best, -- C > On Jan 10, 2024, at 02:54, James Turton ***@***.***> wrote: > > > I think this is likely to be due to rate limiting on the API you're querying. Each FROM http.feed.____ clause you've got is going to result in a separate HTTP request to the API, and probably too many of those are being sent in too short a space of time for the server's liking. I can't remember if @cgivre <https://github.com/cgivre> added a throttling feature to the HTTP plugin but another possibility might be to split the query into a few pieces using CTAS to keep retrieved data around locally for later queries that rely on it. > > — > Reply to this email directly, view it on GitHub <https://github.com/apache/drill/issues/2869#issuecomment-1884350260>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABKB7PU2W4CRC676LRBAE23YNZCMPAVCNFSM6AAAAABBSY4EASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBUGM2TAMRWGA>. > You are receiving this because you were mentioned. > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org