Multi-scheduler job dispatcher
Project description
Description
The Chore dispatcher is a multi-job scheduler module for sending jobs to different systems. It was developed to help manage bioinformatics jobs in a django website environment. But should equally work well outside of django.
How to Use the Module
A simple example:
from chore.shell import JobManager
manager = JobManager('/tmp/stash_dir', batch=False)
manager.submit('job_1', 'wait 10')
A slurm example:
from chore.slurm import JobManager
manager = JobManager('/tmp/stash_dir', batch=True)
manager.submit('job_1', 'wait 10', provide='job_2')
manager.submit('job_2', 'wait 20', depend='job_1')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
chore-0.7.3.tar.gz
(15.6 kB
view details)
File details
Details for the file chore-0.7.3.tar.gz.
File metadata
- Download URL: chore-0.7.3.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b560da9cd911901c598ad5cd3f71302049f03fd1a706fd1cf8f3d002ed057b78
|
|
| MD5 |
e84cac2e63ae5bf7f1ac7858221cff08
|
|
| BLAKE2b-256 |
fe91cdf56e514431a250d3ed94694725034572ba53f9913e637bbf59d00c63b1
|