Skip to content

gerlv/celery-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery

How to run

docker compose up

This will build and start all containers.

Visit http://localhost:8080

Celery tasks

from celery_intro.tasks import *

say.delay("some message")
get_my_ip.delay()
retry_three_times.delay()  # retry 3 times

Celery Beat

Runs say.delay("repeat every 30 seconds...") every 30 seconds.

Web Endpoints

About

Intro to Celery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published