SlideShare a Scribd company logo
2
Most read
8
Most read
10
Most read
Celery
The Task Queue
Whatiscelery?
● Celery is a vegetable
● Also used as a spice
Well,NotthatCelery
Celery what we want is a task queue
WhattheFishisaTaskQueue?
Tasks are handled asynchronously either because they are not
initiated by an HTTP request or because they are long-
running jobs that would dramatically reduce the performance
of an HTTP response.
For example, a web application could poll the Some API every
10 minutes to collect the names of the top 100 customers in
a particular service.
A task queue would handle invoking code to call the API,
process the results and store them in a persistent database
for later use.
Again,WhatisCelerythen?
Celery is an asynchronous task queue based on distributed
message passing.
Distributed?
SomeCode…Yay!
from celery import Celery
def make_celery(app):
celery = Celery(app.import_name, broker=app.config['CELERY_BROKER_URL'])
celery.conf.update(app.config)
TaskBase = celery.Task
class ContextTask(TaskBase):
abstract = True
def __call__(self, *args, **kwargs):
with app.app_context():
return TaskBase.__call__(self, *args, **kwargs)
celery.Task = ContextTask
return celery
Morecode.
from flask import Flask
app = Flask(__name__)
app.config.update(
CELERY_BROKER_URL='redis://localhost:6379',
CELERY_RESULT_BACKEND='redis://localhost:6379'
)
celery = make_celery(app)
@celery.task()
def add_together(a, b):
return a + b
RunForestRun..
result = add_together.delay(23, 42)
result.wait()
SendEmailsAsynchronously?IfeelYouBro.
Demo.
FewThingstoPonder.
● Start Simple (1 Worker, 1 Queue)
● Monitor it. (Celery Flower)
● Consume tasks faster than you produce them (Shamal)
● Tweaking for Concurrency
● Keep your tasks clean
● Manage DB transactions
AnyQuestions?
Get your lazy ass up and Google it my friend!
ThankYou.

More Related Content

What's hot (20)

PDF
Data processing with celery and rabbit mq
Jeff Peck
 
PPTX
REST-API introduction for developers
Patrick Savalle
 
PPTX
Flutter Intro
Vladimir Parfenov
 
PDF
Introduction to RxJS
Brainhub
 
PPTX
Attacking GraphQL
KavishaSheth1
 
PPTX
jQuery
Vishwa Mohan
 
PPTX
Build RESTful API Using Express JS
Cakra Danu Sedayu
 
PDF
Java 8 Stream API. A different way to process collections.
David Gómez García
 
PPTX
Express js
Manav Prasad
 
PPTX
Ajax ppt - 32 slides
Smithss25
 
PDF
Learning jQuery in 30 minutes
Simon Willison
 
PDF
Angular - Chapter 4 - Data and Event Handling
WebStackAcademy
 
PDF
Angular components
Sultan Ahmed
 
ODP
Europython 2011 - Playing tasks with Django & Celery
Mauro Rocco
 
PPTX
Angular
Mouad EL Fakir
 
PDF
Lets make a better react form
Yao Nien Chung
 
PDF
REST APIs with Spring
Joshua Long
 
PPTX
Grails object relational mapping: GORM
Saurabh Dixit
 
PDF
Styled Components & React.js
Grayson Hicks
 
Data processing with celery and rabbit mq
Jeff Peck
 
REST-API introduction for developers
Patrick Savalle
 
Flutter Intro
Vladimir Parfenov
 
Introduction to RxJS
Brainhub
 
Attacking GraphQL
KavishaSheth1
 
jQuery
Vishwa Mohan
 
Build RESTful API Using Express JS
Cakra Danu Sedayu
 
Java 8 Stream API. A different way to process collections.
David Gómez García
 
Express js
Manav Prasad
 
Ajax ppt - 32 slides
Smithss25
 
Learning jQuery in 30 minutes
Simon Willison
 
Angular - Chapter 4 - Data and Event Handling
WebStackAcademy
 
Angular components
Sultan Ahmed
 
Europython 2011 - Playing tasks with Django & Celery
Mauro Rocco
 
Lets make a better react form
Yao Nien Chung
 
REST APIs with Spring
Joshua Long
 
Grails object relational mapping: GORM
Saurabh Dixit
 
Styled Components & React.js
Grayson Hicks
 

Viewers also liked (20)

PDF
EZEIFEDI OBINNA RESUME 2015
Obinna Ezeifedi
 
PPT
Améliorer l'efficacité énergétique en utilisant les tours de refroidissement ...
atgagnon
 
PPTX
CRIWG 2010 opening
slukosch
 
PDF
Wideo W Internecie Arek Kustra
var13
 
DOCX
Finaldraft- team project
Andy Bohl
 
PPTX
Asianpres
guest3d0d0a6
 
PDF
Pivotal Digital Transformation Forum: Cloud and Devops - The Reality
VMware Tanzu
 
PDF
Plan d'accès pépinière SOREA
SOREA
 
PDF
React, Redux, ES2015 by Max Petruck
Lingvokot
 
PPTX
Food Packaging , the smartest package IDM10
Qatar University- Young Scientists Center (Al-Bairaq)
 
PPT
Presentationgraphics
Belkis Lane
 
PPT
Les avantages et les risques d'opérer une tour de refroidissement en débit va...
atgagnon
 
ODP
La nit de hallowen
08escola
 
PDF
Docker architecture rework case study
dchaffiol
 
PPT
Prophylaxis & Prevention of Postoperative Surgical Wound Infections in Oral S...
giupitas
 
PPTX
Lean Software Development: Values and Principles
Balaji Sathram
 
PDF
ONOS - setting, configuration, installation, and test
sangyun han
 
PPTX
Bootstrap grids
Webtech Learning
 
ODP
Un veí molt estrany
08escola
 
PDF
Conectores, Cables y Puertos de un ordenador (Tabla Resumen)
Dani Lara
 
EZEIFEDI OBINNA RESUME 2015
Obinna Ezeifedi
 
Améliorer l'efficacité énergétique en utilisant les tours de refroidissement ...
atgagnon
 
CRIWG 2010 opening
slukosch
 
Wideo W Internecie Arek Kustra
var13
 
Finaldraft- team project
Andy Bohl
 
Asianpres
guest3d0d0a6
 
Pivotal Digital Transformation Forum: Cloud and Devops - The Reality
VMware Tanzu
 
Plan d'accès pépinière SOREA
SOREA
 
React, Redux, ES2015 by Max Petruck
Lingvokot
 
Food Packaging , the smartest package IDM10
Qatar University- Young Scientists Center (Al-Bairaq)
 
Presentationgraphics
Belkis Lane
 
Les avantages et les risques d'opérer une tour de refroidissement en débit va...
atgagnon
 
La nit de hallowen
08escola
 
Docker architecture rework case study
dchaffiol
 
Prophylaxis & Prevention of Postoperative Surgical Wound Infections in Oral S...
giupitas
 
Lean Software Development: Values and Principles
Balaji Sathram
 
ONOS - setting, configuration, installation, and test
sangyun han
 
Bootstrap grids
Webtech Learning
 
Un veí molt estrany
08escola
 
Conectores, Cables y Puertos de un ordenador (Tabla Resumen)
Dani Lara
 
Ad

Similar to Introduction to Celery (20)

PPTX
SERVLETS (2).pptxintroduction to servlet with all servlets
RadhikaP41
 
PDF
How to use Cypress Intercept to Stub API Responses.pdf
Steve Wortham
 
PDF
Into The Box | Alexa and ColdBox Api's
Ortus Solutions, Corp
 
PPT
Lecture 2
Ahmed Madkor
 
PDF
APIs: A Better Alternative to Page Objects
Sauce Labs
 
PPTX
Dave Orchard - Offline Web Apps with HTML5
Web Directions
 
PPT
Basics Of Servlet
Shubhani Jain
 
KEY
CakePHP REST Plugin
Kevin van Zonneveld
 
PPTX
Http and REST APIs.
Rahul Tanwani
 
PDF
"Service Worker: Let Your Web App Feel Like a Native "
FDConf
 
PPTX
java Servlet technology
Tanmoy Barman
 
PPTX
Service workers and the role they play in modern day web apps
Mukul Jain
 
PPTX
Learn Advanced JAVA at ASIT
ASIT
 
PPTX
Web API with ASP.NET MVC by Software development company in india
iFour Institute - Sustainable Learning
 
PPTX
Server side programming
javed ahmed
 
PDF
Composable and streamable Play apps
Yevgeniy Brikman
 
PPT
Presentation on java servlets
Aamir Sohail
 
PPT
Wcf data services
Eyal Vardi
 
PPT
Creating a World-Class RESTful Web Services API
David Keener
 
PPTX
ASP.NET MVC Performance
rudib
 
SERVLETS (2).pptxintroduction to servlet with all servlets
RadhikaP41
 
How to use Cypress Intercept to Stub API Responses.pdf
Steve Wortham
 
Into The Box | Alexa and ColdBox Api's
Ortus Solutions, Corp
 
Lecture 2
Ahmed Madkor
 
APIs: A Better Alternative to Page Objects
Sauce Labs
 
Dave Orchard - Offline Web Apps with HTML5
Web Directions
 
Basics Of Servlet
Shubhani Jain
 
CakePHP REST Plugin
Kevin van Zonneveld
 
Http and REST APIs.
Rahul Tanwani
 
"Service Worker: Let Your Web App Feel Like a Native "
FDConf
 
java Servlet technology
Tanmoy Barman
 
Service workers and the role they play in modern day web apps
Mukul Jain
 
Learn Advanced JAVA at ASIT
ASIT
 
Web API with ASP.NET MVC by Software development company in india
iFour Institute - Sustainable Learning
 
Server side programming
javed ahmed
 
Composable and streamable Play apps
Yevgeniy Brikman
 
Presentation on java servlets
Aamir Sohail
 
Wcf data services
Eyal Vardi
 
Creating a World-Class RESTful Web Services API
David Keener
 
ASP.NET MVC Performance
rudib
 
Ad

More from Chathuranga Bandara (9)

PDF
What is F# and why should we give a f#ck?
Chathuranga Bandara
 
PPTX
Is your app secure
Chathuranga Bandara
 
PDF
Agile negotiations
Chathuranga Bandara
 
PDF
Python master class 3
Chathuranga Bandara
 
PDF
Python master class 2
Chathuranga Bandara
 
PDF
Python master class part 1
Chathuranga Bandara
 
PDF
Introduction to Cloud Computing (New)
Chathuranga Bandara
 
PDF
Introduction to Cloud Computing
Chathuranga Bandara
 
PPTX
Responsive Vs Dedicated: Insight into Mobile Web
Chathuranga Bandara
 
What is F# and why should we give a f#ck?
Chathuranga Bandara
 
Is your app secure
Chathuranga Bandara
 
Agile negotiations
Chathuranga Bandara
 
Python master class 3
Chathuranga Bandara
 
Python master class 2
Chathuranga Bandara
 
Python master class part 1
Chathuranga Bandara
 
Introduction to Cloud Computing (New)
Chathuranga Bandara
 
Introduction to Cloud Computing
Chathuranga Bandara
 
Responsive Vs Dedicated: Insight into Mobile Web
Chathuranga Bandara
 

Recently uploaded (20)

PDF
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
Revenue streams of the Wazirx clone script.pdf
aaronjeffray
 
PPTX
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PPTX
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
PDF
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PPTX
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
PDF
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PDF
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
Thread In Android-Mastering Concurrency for Responsive Apps.pdf
Nabin Dhakal
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
Revenue streams of the Wazirx clone script.pdf
aaronjeffray
 
Migrating Millions of Users with Debezium, Apache Kafka, and an Acyclic Synch...
MD Sayem Ahmed
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
ChiSquare Procedure in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Tally_Basic_Operations_Presentation.pptx
AditiBansal54083
 
HiHelloHR – Simplify HR Operations for Modern Workplaces
HiHelloHR
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
AEM User Group: India Chapter Kickoff Meeting
jennaf3
 
Unlock Efficiency with Insurance Policy Administration Systems
Insurance Tech Services
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Human Resources Information System (HRIS)
Amity University, Patna
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 

Introduction to Celery