/cronzimus

Python canary manager and adhoc task scheduler

Primary LanguagePython

cronzimus

A k8 service runner and ad-hoc task manager

Installation

$ git clone https://github.com/sachin-duhan/cronzimus.git
$ cd cronzimus

$ python3.10 -m venv .venv
$ source .venv/bin/activate

$ make install

Running

$ make run

Help

$ make help