package
0.38.0-preview.0
Repository: https://github.com/onflow/flow-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

New creates a new execution data requester component.
No description provided by the author

# Constants

DefaultFetchTimeout is the default initial timeout for fetching ExecutionData from the db/network.
DefaultMaxFetchTimeout is the default timeout for fetching ExecutionData from the db/network.
DefaultMaxRetryDelay is the default maximum delay used in the exponential backoff for failed ExecutionData download retries.
DefaultMaxSearchAhead is the default max number of unsent notifications to allow before pausing new fetches.
DefaultRetryDelay is the default initial delay used in the exponential backoff for failed ExecutionData download retries.

# Structs

ExecutionDataConfig contains configuration options for the ExecutionDataRequester.
ExecutionDataDistributor subscribes to execution data received events from the requester and distributes them to subscribers.