Redis Django Celery
Hey ok, so I've been able to have the app connect to Redis but but I'm not seeing any logging nor am I seeing any of my tasks running. Wanted to check in to see if there's something I'm missing with getting this to work.
8 Replies
Project ID:
dc5cf0ce-0bcc-4ac0-8f95-566987aae101
dc5cf0ce-0bcc-4ac0-8f95-566987aae101
how are you running the tasks?
They happen on demand
When different endpoints are hit it triggers the task
are you logging everything to stdout?
mmmm well that could be my first step because it looks like I'm not doing this at all 😂
looks like you have some debugging to do
Ok so I made the update to see the log but nothing is showing