I built this because I needed something to run scheduled tasks (API checks, email reports, file cleanup, etc.) but wanted more control than regular cron. It's basically a cron replacement that: ...
A high-performance task scheduling system built in Python to manage concurrent processes based on urgency. This project implements core Data Structures (Heaps and Hash Maps) to ensure tasks are ...