dbader / dbader/schedule

How can I setup a schedule for exact minute of every hour?

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

Description

I have setup a raspberry pi for read temperature and humidity from sensor and I would like it to publish those data to a MQTT broker at 00,15,30,45 minute of every hour, like weather report of observatory . How can I setup this schedule?

I have setup a schedule like this: `schedule.every(15).minutes.do(read_n_publish)` but it can only run the job every 15 minute from the time I start run the program.

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.