Taragolis commented on PR #37757:
URL: https://github.com/apache/airflow/pull/37757#issuecomment-2027769895

   @potiuk I've also found that `ruff` do not detect compat decorator 
`airflow.compat.functools.cache` and we use it in some methods places into the 
core, which might cause memory leakage
   
   
https://github.com/apache/airflow/blob/8c44bcb50803cad1595a8586058db67d5cc0ce2f/airflow/models/abstractoperator.py#L494-L497
   
   
https://github.com/apache/airflow/blob/8c44bcb50803cad1595a8586058db67d5cc0ce2f/airflow/models/mappedoperator.py#L336-L341
   
   
https://github.com/apache/airflow/blob/fce3a583348162f655282d032eca654dcb67b497/airflow/models/taskinstance.py#L641-L643
   
   
https://github.com/apache/airflow/blob/fce3a583348162f655282d032eca654dcb67b497/airflow/models/taskinstance.py#L674-L678
   
   
https://github.com/apache/airflow/blob/fce3a583348162f655282d032eca654dcb67b497/airflow/models/taskinstance.py#L681-L685
   
   
https://github.com/apache/airflow/blob/fce3a583348162f655282d032eca654dcb67b497/airflow/models/taskinstance.py#L715-L718
   
   
https://github.com/apache/airflow/blob/fce3a583348162f655282d032eca654dcb67b497/airflow/models/taskinstance.py#L727-L730
   
   
https://github.com/apache/airflow/blob/0a74928894fb57b0160208262ccacad12da23fc7/airflow/utils/task_group.py#L588-L592
   
   
https://github.com/apache/airflow/blob/f60d458dc08a5d5fbe5903fffca8f7b03009f49a/airflow/utils/weight_rule.py#L37-L41
   
   
https://github.com/apache/airflow/blob/8c44bcb50803cad1595a8586058db67d5cc0ce2f/airflow/www/views.py#L336-L339
   
   
   
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to