Skip to main content

BioMAJ process service

Project description

# About

Microservice to manage the process execution of biomaj.

A protobuf interface is available in biomaj_process/message/message_pb2.py to exchange messages between BioMAJ and the download service. Messages go through RabbitMQ (to be installed).

# Protobuf

To compile protobuf, in biomaj_process/message:

protoc –python_out=. message.proto

# Development

flake8 biomaj_process

# Run

## Message consumer: export BIOMAJ_CONFIG=path_to_config.yml python bin/biomaj_process_consumer.py

## Web server

If package is installed via pip, you need a file named gunicorn_conf.py containing somehwhere on local server:

def worker_exit(server, worker):

from prometheus_client import multiprocess multiprocess.mark_process_dead(worker.pid)

If you cloned the repository and installed it via python setup.py install, just refer to the gunicorn_conf.py in the cloned repository.

export BIOMAJ_CONFIG=path_to_config.yml rm -rf ..path_to/prometheus-multiproc mkdir -p ..path_to/prometheus-multiproc export prometheus_multiproc_dir=..path_to/prometheus-multiproc gunicorn -c ..path_to/gunicorn_conf.py biomaj_download.biomaj_process_web:app

Web processes should be behind a proxy/load balancer, API base url /api/process

A prometheus /metrics endpoint is exposed on web server

3.0.13:

Fix traefik prefix

3.0.12:

Update pika dependency release Add tags for traefik support

3.0.11:

Catch exception for microservices if remote server is not reachable Rename package for protobuf to avoid collisions

3.0.10:

README doc fixes Add dependency banks additional volumes for Docker

3.0.9:

Allow local_endpoint definition per service Fix volumes for docker with dependency banks

3.0.8:

Fix #1, DRMAA needs colon in front of output and error path (mandatory depending on versions)

3.0.7:

fix case if process desc or type is missing in bank properties

3.0.6:

disable web thread logging

3.0.5:

retry in case of contact failure with proxy

3.0.4:

for docker, restrict directory to bank directory and dependencies add host in prometheus stats

3.0.3:

fix prometheus + gunicorn multi process add consul supervision

3.0.2:

add logging info execute docker processes in biomaj micro service

3.0.1:

bug fixes

3.0.0:

move process management out of biomaj main package

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

biomaj_process-3.0.13.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

biomaj_process-3.0.13-py2.py3-none-any.whl (26.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file biomaj_process-3.0.13.tar.gz.

File metadata

  • Download URL: biomaj_process-3.0.13.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14

File hashes

Hashes for biomaj_process-3.0.13.tar.gz
Algorithm Hash digest
SHA256 8529f889d9483253980e80f9bc37b032123686ef796c42666cdb8d66e1467702
MD5 82010c5eec4d2df6e46f1a0e83674838
BLAKE2b-256 d2d1fa62929bc559b2e213da3cd5e238ebcb9969e80a7e6785367a1baaf03965

See more details on using hashes here.

File details

Details for the file biomaj_process-3.0.13-py2.py3-none-any.whl.

File metadata

  • Download URL: biomaj_process-3.0.13-py2.py3-none-any.whl
  • Upload date:
  • Size: 26.7 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.14

File hashes

Hashes for biomaj_process-3.0.13-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 4bd3967809f68c0cbe1392001aa80cf88940020e3dbf9aef26a491ed1721982d
MD5 e48d6b16d444c26d08f26f25af8c722d
BLAKE2b-256 05bc0b28846b63a2b8b305a54216b3045bbc5462ff7cdc63c59b30ba3ee071a3

See more details on using hashes here.

Supported by

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