Move to unified scheduler.

Issue #7 new
Chris Earley repo owner created an issue

The use of systems such as at/chron/sleep to make this system function are solid enough but not something I'm proud of.

As such, it would be better to switch to a scheduler that sits firmly within the codebase and affords us more control over timing and resistance from system failure.

Python's APScheduler affords us the ability to generate asynchronous jobs using timedate objects down to the second. https://apscheduler.readthedocs.io/en/latest/modules/triggers/date.html#module-apscheduler.triggers.date

Comments (0)

  1. Log in to comment