The main thing when it comes to models is that you pass the ids not the model instances themselves when passing to celery jobs.
This is because the celery worker could be running somewhere else entirely.
The main thing when it comes to models is that you pass the ids not the model instances themselves when passing to celery jobs.
This is because the celery worker could be running somewhere else entirely.