nextflow-io/nextflow
Ver no GitHubSupport container streaming for Google Batch
Open
#4.719 aberto em 7 de fev. de 2024
executor/google-batchgood first issue
Métricas do repositório
- Stars
- (3.382 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 18h) (38 fundiu PRs em 30d)
Description
Google Batch now supports container streaming (i.e. lazy loading container images) which improves startup time and reduces overhead, especially for fine-grained workloads.
https://cloud.google.com/batch/docs/use-image-streaming
For us to support it in Nextflow we just need to add a config option for enableImageStreaming.
Note that container streaming is currently only supported for container images in Artifact Registry. This is likely because they need to modify the container image format to support the lazy loading, so this requirement is unlikely to change.