Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2025 12:35 PM
- Cluster Creation: When you submit a job using the "Create and trigger a one-time run" API, a new cluster is created if one is not specified.
- Container Start: The custom Docker image specified in the cluster configuration is used to start the container.
- Job Execution: The job runs within this container.
- Container Termination: After the job completes, the container is terminated along with the cluster.
The container does not persist and is not reused by subsequent jobs. Each job submission that requires a new cluster will start a new container based on the specified custom image, run the job, and then terminate the container and cluster upon completion.