Skip to content

iconfinder/django_atomic_celery

 
 

Repository files navigation

django_atomic_celery - Atomic transaction aware Celery tasks for Django

https://travis-ci.org/adamchainz/django_atomic_celery.png?branch=master

Don't Use This Package

This library uses django-atomic-signals. Unfortunately this is not a great way of achieving "don't run this code until the transaction commits" any more. There is plenty of extra description on django-atomic-signals' README, and also on the similar library django-transaction-signals, by Django core developer Aymeric.

If you want a supported method of executing a celery task on commit, then:

Both give examples with celery tasks so you are in good hands.

If your project is still using this library, please migrate. You will need to remove django-atomic-signals as well as django-atomic-celery.

The current version of django-atomic-celery, 2.0.0, simply errors upon import, directing you here.

About

Atomic transaction aware Celery tasks for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.2%
  • Makefile 6.8%