I'm using celery as a queue to fetch extra details on the model I save. So when I user inputs a link, it goes to Embedly and fetches thumbnail, title and extra stuff.
However when I do that Celery goes into an infinite loop
Celery is going into this infinite loop when I'm using Redis, I also tried RabitMQ but the same problem.
Thanks,
Shap.