admin管理员组文章数量:1415484
I want to create a workflow that automates a virutal machine. First start the VM, run a few processes, upload / download some files and finally shut down the VM.
I need each VM action to be in a separate task. How should I manage the PyVmomi connection, should I instantiate a new connection in every task?
My main concern is too many connections that are opening and closing fast.
EDIT 1
I came across the concept of custom executors.
Because I need many of my tasks to happen on VMs is it possible to create a custom executor that will run each DAG on a separate VM.
This way all the tasks from a specific workflow will happen on the same VM achiving VM Automations.
本文标签: pythonAirflow Idempotency and PyVmomiStack Overflow
版权声明:本文标题:python - Airflow Idempotency and PyVmomi - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745173633a2646124.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论