dbader / dbader/schedule

Unable to associate time pattern with minutes.

Open
#248 5 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

I want a job to run every 5th minute, like 10:00..10:05..10:10

When I tried the below code, it throws up an assertion error.

schedule.every().minute.at('00:05').do(job)

Currently as a work around, am running it every minute and checking in my code if its the 5th minute of hour. Is there a nicer way to do it via schedule?

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.