Skip to main content

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


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.2.tar.gz (15.6 kB view details)

Uploaded Source

File details

Details for the file chore-0.7.2.tar.gz.

File metadata

  • Download URL: chore-0.7.2.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for chore-0.7.2.tar.gz
Algorithm Hash digest
SHA256 7039c544564c3a314828838a5c505e9b1b51bc496b8c8c5528c70cd0717d9684
MD5 fa140c1161b8961318dcdcc4ca18dc6e
BLAKE2b-256 92a8fa1ff3cb15d79b1d4a6331250465b96ee33d3fce98dde2a770b036b743fe

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page