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:04:29
Inverted World Live
7 hours ago700 Scientists and Faith Leaders Warn About Super-Intelligent AI, "Time is Running Out" | Ep. 130
66.2K7 -
2:50:47
TimcastIRL
6 hours agoFOOD STAMPS OVER, Ending Nov 1, Food RIOTS May Spark Trump INSURRECTION ACT | Timcast IRL
214K106 -
2:18:46
Tucker Carlson
6 hours agoTucker Carlson Interviews Nick Fuentes
92.2K389 -
4:46:23
Drew Hernandez
15 hours agoCANDACE OWENS CALLS CHARLIE KIRK STAFF INTO QUESTION?
34.6K38 -
47:03
Barry Cunningham
8 hours agoPRESIDENT TRUMP MEETS WITH THE PRIME MINISTER OF JAPAN!! AND MORE NEWS!
46.6K29 -
1:18:29
Flyover Conservatives
1 day agoThe Dollar Devaluation Playbook: Gold, BitcoinâĻ and the âGenius Actâ - Andy Schectman | FOC Show
37.8K3 -
7:10:35
SpartakusLIVE
8 hours agoWZ Tonight || Battlefield 6 BATTLE ROYALE Tomorrow!
39.8K -
3:25:11
megimu32
6 hours agoON THE SUBJECT: Halloween Nostalgia! LETâS GET SPOOKY! đģ
31.5K1 -
1:24:56
Glenn Greenwald
8 hours agoThe Unhinged Reactions to Zohran's Rise; Dems Struggle to Find a Personality; DHS, on Laura Loomer's Orders, Arrests UK Journalist and Israel Critic | SYSTEM UPDATE #538
122K92 -
4:36:02
Spartan
7 hours agoBack from worlds. Need a short break from Halo, so single player games for now
24.1K