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
Game On!
15 hours ago2025 Sports Equinox Betting Preview!
81 watching -
32:51
The Why Files
3 days agoCIA Time Travel Secret | The Grays Are Future Humans
16.7K38 -
30:13
Athlete & Artist Show
20 hours ago $4.35 earnedNew Single Game Shots Record!
16.9K1 -
13:29
Demons Row
12 hours ago $0.86 earnedThings I Wish I Knew Before Joining a 1% Outlaw Motorcycle Club
2.69K2 -
22:24
Jasmin Laine
17 hours agoTrump SLAMS Canada As âLand of PROPAGANDA and Economic COLLAPSE!â
6.43K39 -
3:52
Blackstone Griddles
15 hours agoLoaded Tater Tots on the Blackstone Griddle
3.65K6 -
LIVE
BEK TV
2 days agoTrent Loos in the Morning - 10/27/2025
138 watching -
8:55
Freedom Frontline
14 hours agoNancy Pelosi PANICS As CNNâs Dana Bash EXPOSES Her Fake Shutdown Lies LIVE
4.01K10 -
8:43
Red Pill MMA
19 hours ago5 Reasons Irelandâs New President Is a DISASTER for the Country
4.31K10 -
8:50
Dr Disrespect
3 days agoDOC REACTS to Battlefield 6 Season 1 Trailer
194K24