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

You've been rate limited for sending more than 512 requests in 1m0s #3327

Open
sergeycherepanov opened this issue Mar 19, 2025 · 1 comment

Comments

@sergeycherepanov
Copy link

Describe the bug
When I trying import pretty length sql script to sqlite database it stopped by the API rate limit error.
In the documentation I can't find how to increase the limit.

To Reproduce
Steps to reproduce the behavior:

  1. Put the long script to the sql editor
  2. Run script
  3. Wait for the error

Additional context

GraphQL Error (Code: 429): {"response":{"message":"You've been rate limited for sending more than 512 requests in 1m0s.","status":429,"headers":{"map":{"access-control-allow-credentials":"true","access-control-allow-origin":"https://*****.c****e.sh","access-control-expose-headers":"*","content-length":"83","content-type":"application/json; charset=utf-8","date":"Wed, 19 Mar 2025 10:22:37 GMT","retry-after":"60","vary":"Origin","x-ratelimit-limit":"512","x-ratelimit-remaining":"0","x-ratelimit-reset":"1742379780"}}},"request":{"query":"\n    mutation getSqlExecuteTaskResults($taskId: ID!) {\n  result: asyncSqlExecuteResults(taskId: $taskId) {\n    duration\n    statusMessage\n    filterText\n    fullQuery\n    results {\n      title\n      updateRowCount\n      sourceQuery\n      dataFormat\n      resultSet {\n        id\n        columns {\n          dataKind\n          entityName\n          fullTypeName\n          icon\n          label\n          maxLength\n          name\n          position\n          precision\n          required\n          autoGenerated\n          readOnly\n          readOnlyStatus\n          scale\n          typeName\n          supportedOperations {\n            id\n            expression\n            argumentCount\n          }\n        }\n        rowsWithMetaData {\n          data\n          metaData\n        }\n        singleEntity\n        hasMoreData\n        hasRowIdentifier\n        isSupportsDataFilter\n        hasChildrenCollection\n        hasDynamicTrace\n      }\n    }\n  }\n}\n    ","variables":{"taskId":"753"}}}
@EvgeniaBzzz
Copy link
Contributor

Hi @sergeycherepanov
CloudBeaver doesn't have such a variable.
It could be on nginx or jetty side.
Could you please provide us with the error from the server log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants