Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 360 Bytes

Resystem Scheduling Service

This Python3-only package provides running the task scheduler process, which communicates with the world through RabbitMQ. It heavily uses asyncio. The state is stored in PostgreSQL database. This scheduler is meant for speed and fault tolerance.

Released under New BSD license.