Ivan Shchukin
Ivan Shchukin
Duplicate #160
@jumperchen Hi! Thank you, but I know about it. I'm using the same logger in my project and FINE, FINER level too in my app. Socket-io lib add a lot...
Hi! It it very common feature for us, because we are using `kratos` to authenticate users. But we can't add authentication via `Social networks` in our mobile app without it....
Hi! I had the same error with 2.7.3 described in https://github.com/apache/airflow/issues/36478 and I tested it on 2.8.4 and bug still exists
Update: I have the same error with 1 scheduler with Airflow 2.8.4. But I think that error may be also in the kubernetes provider. Libs: ``` apache-airflow == 2.8.4 dbt-core...
@smhood I have downgraded Airflow version to 2.7.2, but issue still exists... ``` apache-airflow == 2.7.2 dbt-core == 1.7.11 dbt-snowflake == 1.7.3 apache-airflow[statsd] facebook-business == 19.0.2 google-ads == 22.1.0 twitter-ads...
Found emails related the same issue: https://www.mail-archive.com/[email protected]/msg309101.html
I found workaround and some insights: If scheduler parallelism is less than sum of all slots in pools (32 parallelism and for example 8 pools by 8 slots) and all...
@paramjeet01 Fully - not We still have slots leak: But we found walkaround: 1. set `AIRFLOW__CORE__PARALLELISM` to 512+ to have free slots in the scheduler. Or bigger than sum of...
@aru-trackunit Sure 1. run Airflow with Kubernetes Executor with 1 scheduler 2. run some tasks in your default namespace (maybe it is not required) and run tasks in another namespace...