Skip to content

Large Workflow Failures #1296

Answered by SandraGH5
SandraGH5 asked this question in Q&A
Discussion options

You must be logged in to vote

The compiled workflow closures might be too big - especially the number of unique tasks.

In this case, the workflow only had 200 unique tasks, but each task had a list of around 300 strings, each 125 bytes long, resulting in a future file of about 7MB (200 * 300 * 125).

A solution could be to offload them as a FlyteFile or a new type transformer for an offloaded list - backed by a file.

@kumare3
@katrogan

Replies: 1 comment

Comment options

SandraGH5
Jul 30, 2021
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by SandraGH5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant