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...
-
2:03:09
Inverted World Live
8 hours agoLoeb Talks Probe with Joe | Ep. 131
59.6K6 -
3:06:01
TimcastIRL
5 hours agoGOP Declares Biden Pardons VOID Over Autopen, DOJ Announces Investigation | Timcast IRL
231K165 -
2:51:22
Laura Loomer
5 hours agoEP153: DEPORT MAMDANI!
29.9K39 -
1:03:39
Flyover Conservatives
1 day agoAre ‘Aliens’ Really Demons? The Coming Digital ID System - Dr. Stella Immanuel; Frequencies of Control - Leigh Dundas | FOC Show
33.5K7 -
LIVE
Drew Hernandez
21 hours agoINCOMING: IMMINENT EBT APOCALYPSE IS UPON US?!
661 watching -
25:47
Robbi On The Record
2 days ago $6.38 earnedExposing the OnlyFans Industry (Agency Edition)
36K12 -
12:15:31
Dr Disrespect
16 hours ago🔴LIVE - DR DISRESPECT - BATTLEFIELD 6 - REDSEC LAUNCH - BATTLE ROYALE
199K24 -
38:15
Scammer Payback
10 hours agoThe People's Call Center 2025
27.8K6 -
50:10
Sarah Westall
5 hours agoARPA-H and the Weaponized Architecture for Total Dominance & Surveillance w/ Alix Mayer
33.1K7 -
LIVE
SpartakusLIVE
16 hours agoREDSEC BATTLE ROYALE || Battlefield 6 w/ The Boys
309 watching