kavisek / demo-python-rocketry

Use rocketry to schedule tasks instead of crontab.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-python-rocketry

Rocketry is a Python library that can run tasks in a regular time interval. A simple tool like crontab, but less complex as airflow.

Checkout the main.py file for a simple example.

Installation

cd app 
poetry install
poetry run python3 main.py

References

About

Use rocketry to schedule tasks instead of crontab.

License:MIT License


Languages

Language:Makefile 54.5%Language:Python 36.4%Language:Dockerfile 9.1%