You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/18 19:27:24 UTC

[GitHub] [airflow] karkyra opened a new issue, #23060: How to increase API call more then 500 requests

karkyra opened a new issue, #23060:
URL: https://github.com/apache/airflow/issues/23060

   ### Apache Airflow version
   
   2.1.1
   
   ### What happened
   
   When I am API calling for users with limit 1000, it returns only 500  requests. How or where can I increase limit more then 500 requests? Looks like by default airflow API returns max 500 requests.
   
   I am running following command but always return 500 requests: `https://airflow_url/api/v1/users?limit=1000` 
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   _No response_
   
   ### Operating System
   
   browser or any linux/mac cli
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #23060: How to increase API call more then 500 requests

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #23060:
URL: https://github.com/apache/airflow/issues/23060#issuecomment-1101690456

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] mik-laj closed issue #23060: How to increase API call more then 500 requests

Posted by GitBox <gi...@apache.org>.
mik-laj closed issue #23060: How to increase API call more then 500 requests
URL: https://github.com/apache/airflow/issues/23060


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] mik-laj commented on issue #23060: How to increase API call more then 500 requests

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #23060:
URL: https://github.com/apache/airflow/issues/23060#issuecomment-1101805492

   > [](https://airflow.apache.org/docs/apache-airflow/stable/security/api.html#page-size-limit)Page size limit
   > To protect against requests that may lead to application instability, the stable API has a limit of items in response. The default is 100 items, but you can change it using `maximum_page_limit` option in `[api]` section in the `airflow.cfg` file.
   
   https://airflow.apache.org/docs/apache-airflow/stable/security/api.html


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org