Oops integration for celery
Project description
Integration so that failed celery tasks trigger Oopses.
Depedencies
python-oops celery
To run the tests you also need:
python-testtools
Use
In your celery worker process run:
from oops_celery import setup_oops_reporter
setup_oops_reporter(config)
where config is the oops.Config object you wish to use.
Running Tests
Install testrepository and python-subunit and run
testr init testr run
or just run
python -m testtools.run oops_celery.tests.test_suite
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
oops_celery-0.0.1.tar.gz
(3.4 kB
view hashes)
Built Distribution
oops_celery-0.0.1-py2.7.egg
(8.9 kB
view hashes)