openhealthcare/opal-taskrunner

Name: opal-taskrunner

Owner: Open Health Care

Description: Async Task Management for OPAL (As a Celery Wrapper)

Created: 2015-11-05 15:00:59.0

Updated: 2016-02-12 16:03:03.0

Pushed: 2016-06-16 13:15:15.0

Homepage: null

Size: 18

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is taskrunner - an OPAL plugin for using Celery with OPAL applications.

! Important Notice !

This plugin is no longer actively maintiained - as of OPAL 0.6.0 Celery/taskrunner functionality has been made part of OPAL core.

Installation

Install rabbitmq-server Install and add django-celery, opal-taskrunner to your installed apps.

Run Python manage.py migrate djcelery

Running Celery:

DJANGO_SETTINGS_MODULE=elcid.settings celery -A taskrunner worker -l info

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.