alexhsamuel / apsis

General-purpose scheduler.
Other
3 stars 3 forks source link

Apsis is a task scheduler. Its main responsibility is to run tasks at specific times, including recurring tasks. It also tracks running tasks, and the state of completed tasks. It supports simple and complex schedules, such as once an hour, or 4:00 PM US/Eastern on the day before every US holiday.

Docs in readthedocs.

Components

The components of Apsis are,

The service is built on a Python 3 async scheduling library, which is suitable for embedding in other applications that require task scheduling.

Dependencies

Apsis is built on,