A very simple and customizable task/worker + cron tool.
And yes, you can create your own plugin to be used in the job!
The name of Paper Boy
is inspired by a game called Paper Boy released in 1984.
With so many years of software engineering development, we always write a customized worker. Instead of writing it several times, by using this, we only need to create a plugin that reusable for other projects.
The easiest programming language for data manipulation. =9
Please make sure that you have install Python 3.x and Redis (currently used as main storage, but you can customize it).
Run make install
to install the requirements. Configure the .env
.
Open a new terminal, run make server
to run the web app.
Open another new terminal, run make worker
to run the worker.
You can create the storage engine according to your preferences by implementing all required methods in interfaces/storage
.
And go to core/storage.py
and add the storage engine.