Bundle
An immutable snapshot of all Dags that this JVM process can execute.
Build a Bundle by implementing BundleBuilder, then pass it to Server.serve to start accepting task-execution requests.
Throws
if any two Dags share the same ID.
An immutable snapshot of all Dags that this JVM process can execute.
Build a Bundle by implementing BundleBuilder, then pass it to Server.serve to start accepting task-execution requests.
if any two Dags share the same ID.