Concurrency, Python, Web development Caleb Smith: Introduction to Celery December 18, 2014 reuven Leave a comment Celery allows Python programs to offload processing needs onto a background queue. It thus provides an alternative concurrency solution to threads and processes, and can be particularly useful with Django. Share this:LinkedInTwitterGoogleFacebookReddit