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
Game On!
16 hours agoNFL Week 4 Betting Report Preview!
1,725 watching -
21:05
Adam Does Movies
21 hours ago $0.62 earnedAlien: Earth Episode 8 - Recap
3.26K3 -
18:49
World2Briggs
18 hours ago $0.31 earnedTop 10 States To retire in 2026 According to Experts
1.62K4 -
19:03
Blackstone Griddles
13 hours agoParmesan Ranch Chicken Sandwich oxn the Blackstone Griddle
3.84K3 -
LIVE
BEK TV
23 hours agoTrent Loos in the Morning - 9/26/2025
197 watching -
LIVE
The Bubba Army
22 hours agoJimmy Kimmel's Audience Plummets by 20 MILLION! - Bubba the Love Sponge® Show | 9/26/25
1,431 watching -
17:24
Sponsored By Jesus Podcast
21 hours agoLoving Our ENEMIES & Praying for Those Who Hurt Us
3.43K3 -
4:22
NAG Daily
14 hours agoSaving Grace #4 — Is The BIBLE Wrong?
10.7K5 -
6:14
Sugar Spun Run
1 day ago $1.02 earnedApple Cobbler
7.73K4 -
31:26
Clownfish TV
6 days agoJimmy Kimmel GONE FOR GOOD?! Insider Claims Disney is DONE! | Clownfish TV
13.4K27