ashb commented on a change in pull request #6740: [AIRFLOW-6181] Add
InProcessExecutor
URL: https://github.com/apache/airflow/pull/6740#discussion_r355567614
##########
File path: airflow/models/taskinstance.py
##########
@@ -885,6 +887,15 @@ def _run_raw_task(
context = self.get_template_context()
task_copy = copy.copy(task)
+
+ # Sensors in `poke` mode can block execution od DAGs when
running
Review comment:
```suggestion
# Sensors in `poke` mode can block execution of DAGs when
running
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services