dbader / dbader/schedule

Absolute scheduling?

Open
#145 1 comment 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 know that to do this kind of thing "properly", you need a bunch of other stuff.

To be honest, I'm just hoping to have some stuff added so that I don't need to run both `schedule` and [`sched`](https://docs.python.org/3/library/sched.html) in the same process.

This would be really handy for in-memory objects or other resources that are tied to process lifecycle. (My specific use case is remote access credentials that expire. I get the timestamp of exactly when they expire, and I don't care if the process restarts because I just reauthenticate at start.)

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.