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
1 year 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...
-
1:02:55
Russell Brand
2 hours agoThe Epstein Files Are Coming — And The Establishment Is Terrified! - SF653
31.5K11 -
32:47
The White House
2 hours agoPresident Trump Meets with Zohran Mamdani, Mayor-Elect, New York City
8 -
LIVE
The Quartering
1 hour agoPeace Between Ukraine & Russia? Kimmel Meltdown & More layoffs
1,408 watching -
LIVE
Barry Cunningham
2 hours agoBREAKING NEWS: PRESIDENT TRUMP MEETS WITH COMMIE MAMDANI | AND MORE NEWS!
2,131 watching -
LIVE
LadyDesireeMusic
24 minutes agoLive Piano Music & Convo | Anti Brain Rot | Make Ladies Great Again | White Pill of the Day
112 watching -
LIVE
StoneMountain64
2 hours agoArc Raiders Making Money and LEVELING Up
69 watching -
LIVE
ReAnimateHer
4 hours agoNell’s Diner Is OPEN… For Your Final Meal
56 watching -
14:53
Neil McCoy-Ward
9 hours ago🇦🇺 Australian Censorship Chief SUMMONED For Questioning In USA!!! 🇺🇸
4525 -
LIVE
Badlands Media
14 hours agoMAHA News [11.21] CDC Changes Vaccine/Autism Website & Pharma Freaks, SNAP = Corporate Welfare
621 watching -
LIVE
The Jimmy Dore Show
28 minutes agoTrump Threatens to EXECUTE “Seditious” Dems! Mike Huckabee’s SECRET MEETING w/ Convicted Traitor!
1,753 watching