Skip to content

kaedePing/django_celery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

linux下:
		celery -A celery_tasks.main worker -l info
	
windows下:
	pip install eventlet
	celery -A celery_tasks.main worker -l info -P eventlet   

注:只需要在manage.py统计创建celery_tasks文件,里面根据项目更改,然后在其他需要触发的视图里面引用app即可,使用方法.delay启动
	结果也可以通过接口查询
redis:https://github.com/microsoftarchive/redis/releases

About

django_celery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages