CaptainVee / celeryrmq

This is a simple project that uses celery and rabbitmq to send emails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

celeryrmq

This is a simple project that uses celery and rabbitmq to send emails

To start the rabbitmq server:

rabbitmq-server

you can view the rabbitmq server in the browser by going to http://localhost:15672 guest is the username and password

To start it in the backgound (mac):

brew services start rabbitmq

To stop the server:

brew services stop rabbitmq

To start the celery

celery -A celeryrmq worker -l INFO

About

This is a simple project that uses celery and rabbitmq to send emails


Languages

Language:Python 77.7%Language:HTML 22.3%