Manages long running jobs on Chipster platform
Project description
Chipster JobManager
Chipster JobManager provides capabilities to move the Chipster job management responsibility away from clients to remote Chipster JobManager service. When JobManager is in use, the Chipster clients can start a job execution, save the session state locally and disconnect. Job is then executed on Chipster analysis servers and managed by the JobManager, which saves the results upon completion and reschedules the job in case the execution fails.
To use JobManager with Chipster the message routing configuration must be changed so that JobManager sits in between the client and analysis servers.
The JobManager uses Stomp, so following entry must be added to transportConnectors section in chipster/activemq/conf/activemq.xml:
<transportConnector name="stomp" uri="stomp://<server_ip>:61613"/>
The port number 61613 is the default for stomp protocol.
To learn more about Chipster refer to:
Developing
- Run tests (requires tox)
tox .
- Run coverage for tests (requires nose, pytest, coverage)
nosetests --cover-package=jobmanager --with-coverage
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
Hashes for chipster-job-manager--0.3a-.dev47.g17ccf7f.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d78f97312b4c945459141a83767973b7744aa993f2136ba4b1d3b3358acc163 |
|
MD5 | 00cad5fea29f9178677e211dfbf28054 |
|
BLAKE2b-256 | 1041730dd939a96d9911e61ecd0114d8a26c483d5849e4cd256a3482ad4401d5 |