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
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...
-
1:20:19
JULIE GREEN MINISTRIES
2 hours agoLIVE WITH JULIE
36.3K62 -
LIVE
The Bubba Army
2 days agoBad Bunny Disrespectful? - Bubba the Love Sponge® Show | 10/06/25
2,510 watching -
LIVE
BEK TV
2 days agoTrent Loos in the Morning - 10/06/2025
178 watching -
1:21:55
Mike Rowe
4 days agoThis Is How We CHANGE Education Today | Meredith Olson #451 | The Way I Heard It
12.2K12 -
1:18:46
Steve-O's Wild Ride! Podcast
3 days ago $1.29 earnedJacoby Shaddix Breaks Down Papa Roach Longevity | Wild Ride #269
10K4 -
17:42
Nate The Lawyer
2 days ago $3.13 earnedHow A Criminal Illegal Alien Scammed His Way Into A $300k Government Job.
12.6K11 -
28:46
DeVory Darkins
14 hours ago $14.75 earnedPritzker HUMILIATED after brutal fact check as Democrat candidate calls for political assassination
24.4K96 -
19:54
Forrest Galante
11 hours agoPrivate Tour Of America's Best Marine Animal Facility
37.7K7 -
9:25
MattMorseTV
1 day ago $18.58 earnedSupreme Court just DROPPED a NUKE.
32.3K69 -
13:25
Nikko Ortiz
1 day agoWorst Karen TikTok Fails
32.9K10