Skip to content

Small demo app to accompany my celery-demystified talk.

Notifications You must be signed in to change notification settings

samgclarke/celery-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Install:

  1. Clone project:

     git clone [email protected]:samgclarke/celery-demo.git
    
  2. Install dependencies:

     pip install -r requirements.txt
    
  3. Run Flask development server:

     python runserver.py
    
  4. In a seperate terminal (but the same virtualenv, at the root of this project), run a celery worker:

     celery worker -A app.celery --log-level=debug
    
  5. Navigate to 127.0.0.1:5000 in your browser, and open the dev console to see some (maybe) meaningful messages.

About

Small demo app to accompany my celery-demystified talk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published