django-celery-transactions icon indicating copy to clipboard operation
django-celery-transactions copied to clipboard

Django transaction support for Celery tasks.

Results 12 django-celery-transactions issues
Sort by recently updated
recently updated
newest added
trafficstars

Having a warning when tasks are discarded would have saved me quite some debugging today!!

The original `Task` from celery returns an `AsyncResult` for `task.delay()` and `task.apply_async(args, kwargs)`. I think it should be mentioned that this package exhibits a different behavior (due to technical limitations)...

There are 2 pip packages for this project: - django-celery-transactions (v1.3) - django-celery-transactions2 (v1.6) The second one contains the latest version. Should the README be updated to reflect this?

Hi, My last changes brought a regression in transaction.managed(), that I want to fix. I added a test to make sure it won't happen again. Thanks Nicolas

The `celery.task.base.task` decorator and the `celery.task.base.Task` class have been deprecated.

Auto-commit synchronously executed tasks when CELERY_ALWAYS_EAGER is set to True. When CELERY_ALWAYS_EAGER is set, tasks are executed synchronously in the same VM. Writing to the database in a such a...

I have not noticed anything breaking, but i'm not sure if with the new transaction management in django 1.6 do i have to make changes to this library.

Hey I noticed this project hasn't been setup for Travis CI. I would be happy to take a stab at setting it up, if someone managing this project would tell...