Pakket: python3-django-celery-transactions (0.3.6-2)
Verwijzigingen voor python3-django-celery-transactions
Trisquel bronnen:
Het bronpakket django-celery-transactions downloaden:
- [django-celery-transactions_0.3.6-2.dsc]
- [django-celery-transactions_0.3.6.orig.tar.gz]
- [django-celery-transactions_0.3.6-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Python Modules Team (Mailarchief)
- Michael Fladischer
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-django-celery-transactions gerelateerde pakketten
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-celery
- async task/job queue based on message passing (Python3 version)
-
- dep: python3-django
- High-level Python web development framework (Python 3 version)