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
Wendy Bell Radio
4 hours agoTaking Out The Trash
4,365 watching -
DVR
Chad Prather
21 hours agoFinding Peace, Purpose, and Power in a Hostile Age
26.2K16 -
LIVE
LFA TV
12 hours agoLIVE & BREAKING NEWS! | MONDAY 10/27/25
3,445 watching -
1:24:46
Game On!
16 hours ago $1.74 earned2025 Sports Equinox Betting Preview!
9.15K1 -
32:51
The Why Files
3 days agoCIA Time Travel Secret | The Grays Are Future Humans
25.1K40 -
30:13
Athlete & Artist Show
21 hours ago $5.08 earnedNew Single Game Shots Record!
24.8K2 -
13:29
Demons Row
13 hours ago $1.68 earnedThings I Wish I Knew Before Joining a 1% Outlaw Motorcycle Club
9.23K7 -
22:24
Jasmin Laine
17 hours agoTrump SLAMS Canada As “Land of PROPAGANDA and Economic COLLAPSE!”
12.5K44 -
3:52
Blackstone Griddles
16 hours agoLoaded Tater Tots on the Blackstone Griddle
9.56K9 -
LIVE
BEK TV
2 days agoTrent Loos in the Morning - 10/27/2025
151 watching