DAG Serialization with Kubernetes Executor #12643
Unanswered
roi-levoso-taxfix
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I'm experimenting with different ways to read the DAGs from Kubernetes Executor Workers. I mainly tested using a git-sync container sidecar and using a shared volume. I know that it is possible to serialize the DAGs in the database, so the scheduler reads them from files and pushes them to the database, and the Webserver consumes them through the database. Is it possible that the Executor workers read the DAGs from the database as well?
Beta Was this translation helpful? Give feedback.
All reactions