[Fixed]-Django/celery data import fails to check for existing data

1👍

You have to use locking architecture, so will block the the two tasks from executing the object fetching part at the same time, you can use python-redis-lock to do that.

👤ahmed

Leave a comment