how are you?
I had a similar problem using this new version of Airflow. I scheduled the dag, but it wasn't executed in the worker and always remained in the queue.
Maybe adding this variable to your compose might help.
AIRFLOW__CORE__EXECUTION_API_SERVER_URL: 'http://airflow-apiserver:8080/execution/'