GitHub user potiuk added a comment to the discussion: CPU usage is consistently hitting at 100% in airflow version 2.10.5 using azure postgresql flexible server.
Check which components are hiitting 100% -> likely it's parsing of your DAG files not following the best practices, but it's a wild guess. - look for top-level code in best practices docs of ours. But again -wild guessing is not helpful, you need to pin-point and investigate which component is contributing to it - in the usual way you investigate and monitor any running app in your system GitHub link: https://github.com/apache/airflow/discussions/48617#discussioncomment-12687995 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
