Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.
Asynchronous Tasks: Celery is Not Just For Soups Anymore
11 months ago
30
Technology
Tech Reviews
django
celery
redis
django celery redis
async
asynchronous tasks
tasks
web developer
backend development
Run asynchronous tasks with Django, using Django & Celery.
You can use background tasks for things like image processing, text processing, external API calls, and more.
example/celery.py:
import os
from celery import Celery
from django.conf import settings
from celery import shared_task
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'example.settings')
app = Celery('example')
app.config_from_object('django.conf:settings', namespace='CELERY')
@shared_task
def my_task(arg1, arg2):
result = arg1 + arg2
return result
example/__init__.py:
from .celery import app as celery_app
__all__ = ["celery_app"]
Looking for help building your site? Need web hosting? Come check us out!
Loading 1 comment...
-
LIVE
VINCE
2 hours agoAnother Day, Another Historic Deal | Episode 155 - 10/27/25
31,247 watching -
LIVE
LFA TV
14 hours agoLIVE & BREAKING NEWS! | MONDAY 10/27/25
3,011 watching -
LIVE
Badlands Media
7 hours agoBadlands Daily: October 27, 2025
3,966 watching -
LIVE
Benny Johnson
1 hour agoBOMBSHELL: New January 6th Pipe Bomb Footage EXPOSES Lies of Woman Who 'Discovered' Bomb | 'FED?!'
4,696 watching -
LIVE
Caleb Hammer
36 minutes agoThese Illegal Immigrants Are F*cked | Financial Audit
195 watching -
LIVE
The Big Mig™
1 hour agoTrump, 2020 Was Rigged & Stolen, We Have It All!
113 watching -
1:03:17
MTNTOUGH Podcast w/ Dustin Diefenderfer
1 hour agoMike Hernandez: Near Death Crash and Self-Reliance Secrets | MTNPOD #139
3 -
Graham Allen
2 hours agoDid NEWSOM Just Admit He’s Running?? Did Trump Just Endorse Vance 2028?! + Zohran Is Going To DESTROY NYC!!
90K23 -
LIVE
Matt Kohrs
13 hours agoUS China Trade Deal, Records Highs & The Week Ahead || Live Day Trading
676 watching -
LIVE
Wendy Bell Radio
6 hours agoTaking Out The Trash
7,627 watching