ClusterCron
Constructors
Signature
declare function make<E, R>(options: {
readonly calculateNextRunFromPrevious?: boolean;
readonly cron: Cron;
readonly execute: Effect<void, E, R>;
readonly name: string;
readonly shardGroup?: string;
readonly skipIfOlderThan?: any;
}): Layer<never, never, Sharding | Exclude<R, Scope>>;