Skip to content

Support for cron expressions #491

Open
@Wissperwind

Description

@Wissperwind

Hi,

Nice library. I used it for a while now.
But now I need more complex cronjobs. For example monday and tuseday at 20:00.
People have developed those cron expressions:
https://crontab.guru/#5_4_*_*_2,5
They enyble you to define even complex cron schedules compact and fast.
Is there already support for this? Or would you like to add it?
schedule.every().parse_expression("5 4 * * 2,5").do(job)
Something like that would be verry handy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions