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
10 months ago
29
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
Wendy Bell Radio
4 hours agoBLOOD ON THEIR HANDS (NEW)
7,818 watching -
12:58
Degenerate Jay
1 hour agoMarvel's Wolverine Gameplay Looks Crazy!
581 -
24:01
Bearing
2 hours agoWOKE LOSER Don Lemon MELTS DOWN on Piers Morgan 💥😂
6003 -
1:30:36
Chicks On The Right
4 hours agoDallas ICE facility attack, Dems stoke violence, JD shines in latest speech, Tucker and the Jooos
36.7K8 -
LIVE
LFA TV
16 hours agoBREAKING NEWS ALL DAY! | THURSDAY 9/25/25
4,184 watching -
1:27:45
Game On!
21 hours ago $0.95 earnedThursday Night Football SHOWDOWN! Seahawks vs Cardinals Divisional CLASH!
61.4K3 -
28:53
Clownfish TV
1 day agoYouTube ADMITS They CENSORED Conservatives! What Else is Google Hiding?! | Clownfish TV
61.9K50 -
40:15
NAG Daily
16 hours agoThe Rezendes Rundown Ep. 19 - Mad Bad Science
28.1K4 -
31:57
Uncommon Sense In Current Times
19 hours ago $0.78 earnedThe DEI Housing Hoax | Dan Huff on Zoning, Manufactured Crisis & the War on Suburbs
33.4K1 -
2:55
From Zero → Viral with AI
1 day ago $0.47 earnedAI Misconceptions: Why Small Businesses Hold the Real Advantage 🚀
27.9K