• Validate a cron schedule and return a valid 6 element cron string which includes seconds

    Parameters

    • cronSchedule: string

      the cron string to validate

    Returns string

    • a valid cron schedule with seconds included

    InvalidCronSchedule if the cron schedule is not valid