Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gabriel-milan/lojos
- Owner: gabriel-milan
- License: gpl-3.0
- Created: 2020-06-13T21:47:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T11:35:25.000Z (over 3 years ago)
- Last Synced: 2024-05-01T17:40:15.569Z (7 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.