dbader / dbader/schedule

Schedule A Job For Certain Day of Certain Month in Specific Timezone

Open
#628 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12.3k
Forks
999
PR merge metrics
No merged PRs in 30d

Description

Hi.

I've been trying to find out how do this, but all evidence seems to indicate support does not exist. I'm trying to do something like this:

schedule.every().day.at("09:00", "June, 1", "US/Eastern").do()

or

schedule.every().year.at("09:00", "US/Eastern").on("June 1").do()

or

schedule.every().june(1).at("09:00", "US/Eastern").do()

is this currently possible, and if not can this suggestion be considered to be implemented? Also any reasonable workaround for it until it is implemented?

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.