Django has several asynchronous processing options available like Celery, Chronograph and Django Tasks. They all offer lots of features but if you want something simpler, maybe just the ability to send a webhook on the submission of a form without having the user wait around for the webhook to complete (or the remote site timeout), it seems like overkill.
As a result I came up with the following simple Django asynchronous processing application. It was written to work with Django 1.3 but works with Django 1.4’s, sans the new select_for_update functionality.
I'm an idea developer. I'm also the Co-Founder, CTO of Redfall Technologies and Vogogo.com. I design and implement online payment systems, specifically online wallets, NACHA, Canadian Payments Association and credit card processing. I also dabble in all things technical.
Recent Comments