I started playing around with Celery and RabbitMQ this morning and defined some basic tasks to see how the performance will improve on my server.
I have added my rabbitmq user, vhosts and set my permissions. Started my RabbitMQ server
In a very detailed tutorial I found these guys use celerybeat and celeryd to see the status of some task, and also to execute them.
the detailed tutorial by Rich Leland
Do you also need celery somehow, or are the steps I have taken enough?
Nowhere did I see any info or notes about this... just asking