Skip to content

Commit

Permalink
Update control_plane.rst
Browse files Browse the repository at this point in the history
Added about large response  while using Remote.Sync() and how to handle it in the doc
  • Loading branch information
Ln11211 authored Oct 2, 2022
1 parent 63ad4fc commit 2ceb19d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/design/control_plane.rst
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ You can use :meth:`~flytekit.remote.remote.FlyteRemote.sync` to sync the entity
synced_execution = remote.sync(execution, sync_nodes=True)
node_keys = synced_execution.node_executions.keys()
when using ``FlyteRemote.sync``

- ``Received message larger than max (xxx vs. 4194304)`` usually crops up when the message size is too large.
- To fix this, edit the flyte-admin-base-config config map to increase ``maxMessageSizeBytes`` value.

``node_executions`` will fetch all the underlying node executions recursively.

To fetch output of a specific node execution:
Expand Down

0 comments on commit 2ceb19d

Please sign in to comment.