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
2 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...
-
4:17:00
Tundra Tactical
22 hours ago $20.29 earnedSHOT SHOW 2025!!!!!! Whats Are We Looking Forward To Most
151K18 -
22:53
Film Threat
1 day agoA TRIBUTE TO VISIONARY DIRECTOR DAVID LYNCH | Film Threat News
40.2K7 -
20:30
Exploring With Nug
1 day ago $3.62 earnedMissing Father of 2 FOUND Underwater In Shallow Pond!
26.9K8 -
19:19
This Bahamian Gyal
1 day agoThe View PRAISES Michelle Obama for DITCHING TRUMP inauguration, "when they go LOW, go even LOWER"
24.5K33 -
14:25
Degenerate Jay
22 hours ago $6.63 earnedThe Flash Movie Failed Because People Hate The Character? Sure.
93.7K14 -
28:30
CharLee Simons Presents Do Not Talk
6 days agoSam Anthony from YourNews.com (with host CharLee Simons)
56.3K2 -
52:34
PMG
18 hours ago $3.39 earnedHannah Faulkner and Steve Friend | EXPOSE THE FBI CORRUPTION - KASH PATEL
39.8K7 -
25:33
marcushouse
1 day ago $38.51 earnedStarship Exploded! What Went Wrong? Flight Test 7 Explained
198K66 -
1:00:50
Squaring The Circle, A Randall Carlson Podcast
1 day ago#035 Cosmic Catastrophe In The Age Of Leo - Squaring The Circle: A Randall Carlson Podcast
126K34 -
1:33:14
Jamie Kennedy
1 day agoThe LA Fires...
101K29