jedcunningham commented on code in PR #46969:
URL: https://github.com/apache/airflow/pull/46969#discussion_r1965921149
##########
task_sdk/src/airflow/sdk/execution_time/execute_workload.py:
##########
@@ -59,12 +59,7 @@ def execute_workload(input: str) -> None:
dag_rel_path=workload.dag_rel_path,
bundle_info=workload.bundle_info,
token=workload.token,
- # fallback to internal cluster service for api server
- server=conf.get(
- "workers",
- "execution_api_server_url",
-
fallback="http://airflow-api-server.airflow.svc.cluster.local:9091/execution/",
Review Comment:
That was my take on it, yeah.
--
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]