How to Install and Uninstall python-django-celery-transactions Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-django-celery-transactions" package

Here is a brief guide to show you how to install python-django-celery-transactions on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-celery-transactions

2. Uninstall "python-django-celery-transactions" package

Learn how to uninstall python-django-celery-transactions on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-celery-transactions $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-django-celery-transactions package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-celery-transactions
Priority: optional
Section: universe/python
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-celery-transactions
Version: 0.3.6-1
Depends: python-django, python-celery, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-celery-transactions/python-django-celery-transactions_0.3.6-1_all.deb
Size: 7664
MD5sum: 3a9f83105ebac4158959570c9b84b783
SHA1: f019051f00c30515e49d40a4e6ba301af68c220d
SHA256: 6b366a77d47cf3d5869fb600dc053975428537ccf2b4f54ca7d0f626902c44fd
Description-en: Django transaction support for Celery tasks
django-celery-transactions holds on to Celery tasks until the current database
transaction is committed, avoiding potential race conditions as described in
Celery's user guide.
.
Features:
* If the transaction is rolled back, the tasks are discarded. Django's
transaction middleware does this if an exception is raised.
* If transactions aren't being managed, tasks are sent as normal. This means
that sending tasks from within Django's shell will work as expected, as
will the various transaction decorators commit_manually, commit_on_success,
etc.
Description-md5: 577f72b73535a5a6783e72ddfa0d5ca1
Homepage: https://github.com/fellowshipofone/django-celery-transactions
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu