# 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.