Skip to content

openhealthcare/opal-taskrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Async Task Management for OPAL (As a Celery Wrapper)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages