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
8 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
The Bubba Army
22 hours agoTrump accuses Obama of TREASON! - Bubba the Love Sponge® Show | 7/23/25
3,649 watching -
28:26
Producer Michael
19 hours agoIS THIS MY MOST CRAZY PURCHASE YET?!
2.37K -
23:21
marcushouse
7 hours ago $0.29 earnedStarship Flight When!? Yea, a LOT Just Happened!
1.24K1 -
23:48
Jasmin Laine
16 hours ago“We Reject Demographic Change”—Carney’s Comment BLOWS UP as Poilievre Drops the Hammer
2.7K19 -
LIVE
BEK TV
23 hours agoTrent Loos in the Morning 7/23/2025
211 watching -
12:48
Degenerate Jay
14 hours ago $0.81 earnedUbisoft Hates Game Preservation
7.75K5 -
9:33
The Art of Improvement
20 hours ago $1.50 earnedHow to Bounce Back from Hard Times
9.03K4 -
4:53
The Official Steve Harvey
1 day ago $0.77 earnedNo Such Thing as Luck — Just God’s Grace
8.29K3 -
6:16
GBGunsRumble
20 hours agoGBGuns @ Alabama Arsenal Czech Weapons CSV-9
7.49K -
9:06
MattMorseTV
1 day ago $13.51 earnedTrump wants to END THE FED.
62K99