Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gabriel-milan/lojos

LoJoS stands for Local Job Scheduler. It's meant to be a simple thing you do in order to queue jobs on your local machine or in small setups.
https://github.com/gabriel-milan/lojos

Last synced: about 1 month ago
JSON representation

LoJoS stands for Local Job Scheduler. It's meant to be a simple thing you do in order to queue jobs on your local machine or in small setups.

Awesome Lists containing this project

README

        

# LoJoS (Local Job Scheduler)

This is a 5-minute setup of a local job scheduler using [RQ](https://python-rq.org/).
Master shall be accessible from every slave through network and all slaves must have shared storage (where your scripts will be).

A `master` is a machine that holds Redis server and the RQ-Dashboard. `slave` machines are workers. A `master` can also run `slave` containers.

Refer to the `master/` directory for further information on how to deploy your master.

Refer to the `slave/` directory for further information on how to deploy slaves.

Refer to the `deploy/` directory for further information on how to deploy jobs on your queues.