Skip to content

One container per task or for all tasks #1241

Answered by kumare3
ncouronne asked this question in Q&A
Discussion options

You must be logged in to vote

@ncouronne IIUC, you would like in some cases that the entire workflow simply runs in one container. Currently, Flyte does not support automatically fusing multiple tasks into a single container. But you can achieve this using Subworkflows and Local workflow execution. At the moment, from Flyte's point of view this will look like a single task - wherein you can execute the subworkflow in Local Mode and then return. So in case of retries the entire "task + Subworkflow" will be retried.

To reduce the penalty of a re-run we are working on Intratask checkpointing and eventually we will be supporting Automatic Task fusion or Coalesce

We would love to work with you as a community and try and de…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@kumare3
Comment options

@ncouronne
Comment options

@kumare3
Comment options

@kumare3
Comment options

Answer selected by ncouronne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants