skip to Main Content

Celery/Redis infinite loading

Thanks in advance, i'm trying to get a litlle bit familliar with celery bit I can't solve my problem, it's been 4 hours i'm trying to figure what's wrong but I can't tell. Everything was working fine this morning but…

VIEW QUESTION

Redis – task receive but doesn't excute

I'm learning Django. recently I tried to use celery. the problem that I'm facing with it is tasks are receiving but they don't execute. settings.py: # Celery application definition CELERY_BROKER_URL = 'redis://localhost:6379' CELERY_RESULT_BACKEND = 'redis://localhost:6379' CELERY_ACCEPT_CONTENT = ['application/json'] CELERY_TASK_SERIALIZER =…

VIEW QUESTION
Back To Top
Search