Engineering
Queue tasks in Celery after database commit – Introducing django-transaction-hooks
At Ebury, we use Django and have followed an ongoing upgrade path from 1.3 to 1.5 to 1.7. During that time we have had an issue that was messing with us. You might be familiar with it. We use celery for executing asynchronous tasks and Django is our framework with...