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

   ### Apache Airflow version
   
   Other Airflow 3 version (please specify below)
   
   ### If "Other Airflow 3 version" selected, which one?
   
   3.1.0
   
   ### What happened?
   
   Hi, 
   
   In the Airflow UI i am only seeing only 10 run history in Airflow 3.1.0
   Is there any config that is causing it not sure about it.
   Also I am not able to see the scheduler logs in logs folder?
   
   <!-- Failed to upload "Screenshot 2026-02-18 at 1.14.49 PM.png" -->
   
   ### What you think should happen instead?
   
   It should show all the previous runs.
   
   ### How to reproduce
   
   Deploy the helm chart using the.
   
   config:
     core:
       dags_folder: '{{ include "airflow_dags" . }}'
       load_examples: 'False'
       executor: '{{ .Values.executor }}'
       colored_console_log: 'False'
       remote_logging: 'True'
       auth_manager: 
"airflow.providers.fab.auth_manager.fab_auth_manager.FabAuthManager"
       default_timezone: "Asia/Kolkata"
       dag_file_processor_timeout: "501"
       dagbag_import_timeout: "150"
       parallelism: "48"
   
     logging:
       remote_logging: 'True'
       colored_console_log: 'False'
       logging_level: "INFO"
       remote_base_log_folder: ""
       remote_log_conn_id: "aws_conn"
   
     metrics:
       statsd_on: '{{ ternary "True" "False" .Values.statsd.enabled }}'
       statsd_port: 9125
       statsd_prefix: airflow
       statsd_host: '{{ printf "%s-statsd" (include "airflow.fullname" .) }}'
   
     fab:
       enable_proxy_fix: 'True'
   
     webserver:
       enable_proxy_fix: 'True'
       rbac: 'True'
       base_url: ""
   
     api:
       auth_backends: "airflow.api.auth.backend.basic_auth"
       maximum_page_limit: "1000"
   
   ### Operating System
   
   Ubuntu
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   I have deployed using helm chart 1.18.0
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to