Skip to content
Discussion options

You must be logged in to vote

Yes, we strongly recommend doing the large file copy directly in the activity function. Otherwise you're unnecessarily copying the file contents multiple times needlessly (copying it into activity function output, orchestration state, and again into activity input) plus the significant memory overhead that you already mentioned.

Was there anything you were concerned about that made you consider passing the file through the orchestration initially? Just want to make sure there aren't any other considerations we should be aware of for your scenario.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by dsm0880
Comment options

You must be logged in to vote
1 reply
@cgillum
Comment options

Comment options

You must be logged in to vote
0 replies
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