uranusjr commented on code in PR #29203:
URL: https://github.com/apache/airflow/pull/29203#discussion_r1090262772


##########
docs/apache-airflow/howto/docker-compose/index.rst:
##########
@@ -68,6 +68,7 @@ This file contains several service definitions:
   task instances once their dependencies are complete.
 - ``airflow-webserver`` - The webserver is available at 
``http://localhost:8080``.
 - ``airflow-worker`` - The worker that executes the tasks given by the 
scheduler.
+- ``airflow-triggerer`` - The triggers runs an asyncio event loop.

Review Comment:
   The triggerer is designed specifically for deferrable tasks, and IIRC this 
term is already used elsewhere in documentation (or is it deferrrable 
operators? Task and operator are interchangable in most cases though)



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to