I wanted to A/B test a new home page on Vogogo featuring an explainer video. Having been involved only loosely in the process before, it didn’t seem like there were many options outside of using companies that specialized in the creation of explainer videos. Unfortunately, they all seem to fancy themselves as modern day Donald Draper’s who want thousands of dollars, and months of design and review, to create just one video. A video that you have no idea how it will impact conversions until you release it into the wild, making the whole process seem rather dated compared to the rest of the web.
Simple Django Asynchronous Processing
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