I've setup Rapidpro
release-5.5
Running Courier/Celery/Rapidpro Uwsgi
Everything seems running fine but when I try to send a SMS message it stays in Outbox.
I've used redis-cli monitor to check if message is getting to Redis, and indeed it does.
Courier process is running and is successfully connected to Redis and database.
Celery is running with -Q flows,msgs,handler,celery and I can see activity in redis-cli monitor.
But still no message is sent. Is there something else I need to have running in order for the queue to process the message?
Any hint appreciated.
Thanks