@crawlee/coreFunctionscreateClientLoadSignalVersion: NextcreateClientLoadSignal CallablecreateClientLoadSignal(options): Omit<LoadSignal, getSample> & { handle: (cb) => void; store: SnapshotStore<ClientSnapshot>; getSample: any }Periodically checks the storage client for rate-limit errors (HTTP 429) and reports overload when the error delta exceeds a threshold.Parametersoptions: ClientLoadSignalOptionsReturns Omit<LoadSignal, getSample> & { handle: (cb) => void; store: SnapshotStore<ClientSnapshot>; getSample: any }
Periodically checks the storage client for rate-limit errors (HTTP 429) and reports overload when the error delta exceeds a threshold.