@crawlee/coreFunctionscreateEventLoopLoadSignalVersion: NextcreateEventLoopLoadSignal CallablecreateEventLoopLoadSignal(options): Omit<LoadSignal, getSample> & { handle: (cb) => void; store: SnapshotStore<EventLoopSnapshot>; getSample: any }Periodically measures event loop delay and reports overload when the delay exceeds a configured threshold.Parametersoptions: EventLoopLoadSignalOptions = {}Returns Omit<LoadSignal, getSample> & { handle: (cb) => void; store: SnapshotStore<EventLoopSnapshot>; getSample: any }
Periodically measures event loop delay and reports overload when the delay exceeds a configured threshold.