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

Last updated: May 18,2024

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

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

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

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

This guide let you learn how to uninstall python3-django-celery-transactions on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-django, python3-celery, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-celery-transactions/python3-django-celery-transactions_0.3.6-1_all.deb
Size: 7770
MD5sum: d0daf044f0ca5210bdfb5bcbd83c83e3
SHA1: 11c384732ea28e0ea766d227db7a0a49b2bcce83
SHA256: 34e2662da1ce1884d4c2dc67d8fa765357ddb570a0f274726b91c25a99e8f2bd
Description-en: Django transaction support for Celery tasks (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: bc3f12760e851da10bf6a4f3221cb78b
Homepage: https://github.com/fellowshipofone/django-celery-transactions
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu