Anchorage API reference
    Preparing search index...

    Interface NotificationDispatchTickOptions

    interface NotificationDispatchTickOptions {
        limit?: number;
        now?: () => Date;
        storage: NotificationsStorage;
        topology: ThreadTopology;
        resolveTenant(tenantId: string): TenantContext;
    }
    Index

    Properties

    limit?: number

    Max due rows read per pass. Must be a nonnegative safe integer; zero is an intentional no-op. Values above 100 are split into route-valid chunks.

    now?: () => Date
    storage: NotificationsStorage
    topology: ThreadTopology

    Methods