@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface CronResourceConfig

    interface CronResourceConfig {
        only?: (string | AnyTask)[];
    }
    Index

    Properties

    Properties

    only?: (string | AnyTask)[]

    When provided, only tasks whose id (or definition) appears in this list will be scheduled.