Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

run celery on windows

run celery on windows - #django #celery #redis
--------------------------------
pip install eventlet
celery -A <project-name> worker -l info -P eventlet

pip install gevent
celery -A <project-name> worker -l info -P gevent
Comment

PREVIOUS NEXT
Code Example
Python :: supprimer fichier pythpn 
Python :: set cuda visible devices python 
Python :: python selenium switch to window 
Python :: check if image is empty opencv python 
Python :: seaborn rotate xlabels 
Python :: dictionary with numbers python 
Python :: pandas select by column value 
Python :: get image height width cv2 
Python :: sklearn random forest regressor 
Python :: docker compose command not found 
Python :: remove web linnks from string python 
Python :: python create a list of alphabets 
Python :: python check if folder is empty 
Python :: distance euc of two arrays python 
Python :: how to use rmse as loss function in keras 
Python :: first position dict python 
Python :: read database pandas 
Python :: add sheet to existing workbook openpyxl 
Python :: python Key–value database 
Python :: blender python set object location 
Python :: dropdown in tkinter 
Python :: pyton read text file 
Python :: Cool codes for Python 
Python :: copy text python 
Python :: tan for python 
Python :: plotly grid lines color 
Python :: argparse mutually exclusive 
Python :: python selenium get style 
Python :: base64 decode python 
Python :: pandas convert date to string 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =