dheerajturaga commented on PR #60804: URL: https://github.com/apache/airflow/pull/60804#issuecomment-4194075043
@kaxil I'm actively seeing increasing memory in the API server and going down a similar fix path here #64326 . One reason why I ended up here was some false dag version increments due to dag meta data changes. Also some dags used "datetime.now()" as start date rather than a fixed startdate. As per official docs in https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#workers the recommendation is to scale number API servers by keeping the `AIRFLOW__API__WORKER=1` is that the same recommendation for #60940 aswell? cc: @shubhamraj-git -- 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]
