Hi there, I'm checking the implementation of executors, and encountered a question which may be a bit naive.
In ****Executor.execute_async()* Methods, say LocalExecutor.execute_async() ( https://github.com/apache/incubator-airflow/blob/master/airflow/executors/local_executor.py#L224), there are two arguments *queue* and *executor_config* which are not used at all inside this method. I'm not sure if there is any special purpose, prospective design, or simply I misunderstood the code? Thanks for your answers in advance! Best regards, XD