Skip to content

Pass all arguments from crontab construction to class constructor #676

@mhmdkanj

Description

@mhmdkanj

Things to check first

  • I have searched the existing issues and didn't find my feature already requested there

Feature description

The use of CronTrigger.from_crontab() has been nice; however, it fails to be able to pass other arguments to the CronTrigger constructor like start_time and end_time, although the argument timezone is supported.

Use case

I would like to be able to use CronTrigger.from_crontab() while simultaneously passing start_time or end_time.
I could volunteer to implement that by just passing **kwargs.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions