jscheffl commented on code in PR #42048:
URL: https://github.com/apache/airflow/pull/42048#discussion_r1762286817


##########
airflow/providers/edge/executors/edge_executor.py:
##########


Review Comment:
   As the scheduler runs in the "backend" and is not exposing an API, the tasks 
are fetched/polled via a REST API hosted in webserver (with the DB as sync 
point between).
   The API is exposed in https://github.com/apache/airflow/pull/42049 - this is 
leveraging the AIP-44 internal API and adds the method `EdgeJob.reserve_task` 
on the RPC for this in 
https://github.com/apache/airflow/pull/42049/files#diff-72e5d2c8bdcd2dc42c0cceb6f5f81b032a0a0a6fec52917b8d95c0daac9e45a8R63



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