https://github.com/reddec/rjob
Dummy simple remote task executor
https://github.com/reddec/rjob
Last synced: 8 months ago
JSON representation
Dummy simple remote task executor
- Host: GitHub
- URL: https://github.com/reddec/rjob
- Owner: reddec
- License: apache-2.0
- Created: 2019-06-18T07:13:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-19T12:53:16.000Z (about 7 years ago)
- Last Synced: 2025-03-09T00:06:40.389Z (over 1 year ago)
- Language: Python
- Homepage: https://pypi.org/project/rjob/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rjob



[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4UKBSN5HVB3Y8&source=url)
Dummy simple remote task executor
# Description
Upload local directory to remote servers, executes tasks and collects
results back to local host
Requires at least SystemD 236 on the target host
## Auto generated environment variables
|Environment variable| Meaning |
|--------------------|---------------------------------------|
| `RESULT` | Destination directory |
| `DEPLOYMENT_NUM` | Total number of deployments (servers) |
| `DEPLOYMENT_INDEX` | Deployment index |