Skip to content

exuscartman/flask-scalffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-scalffold

based on miguelgrinberg/microblog and karec/cookiecutter-flask-restful

Start celery worker

celery worker -A app.celery_app:celery_app --loglevel=info

Todo

  1. validate unit test and tox

Attention

celery 4.x imcompatible with windows 10

Unable to run tasks under Windows #4081

  1. pip install eventlet
  2. $ celery worker -A app.celery_app:celery_app --loglevel=info -P eventlet

celery4.2.0 imcompatible with ipython3.7.0

Rename async to asynchronous (async is a reserved keyword in Python 3.7) #4879

  1. pip install --upgrade https://github.com/celery/celery/tarball/master

About

based on miguelgrinberg/microblog and karec/cookiecutter-flask-restful

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published