Skip to content

0Core/celery_poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask -> Celery with RabbitMQ and Redis

Run docker compose with RabbitMQ,Redis and Flask server with demo application

./run-local

Shutdown docker compose

./close-local

Use curl or postman

#return server status
GET http://localhost:7090

#create celery async task and return task id
POST http://localhost:7090/task  

#use previous task id for polliing
#return json with state and result when ready
GET http://localhost:7090/task/task_id_from_previous_response

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors