We've currently running django 1.8.x and Celery 3.1.19 in production and 
our code base is getting a little too big. To fix this, our plan is to pull 
out Celery tasks into a separate repo and docker image.

As we do this, it'd be nice if we could upgrade both Django and Celery to 
their latest versions since obviously we've been bad about that.

I'll be manually copy/pasting models (and their changes) from one repo to 
the other to keep them in sync (some tasks read/write to the DB). I don't 
imagine the model file format has changed nor the expectations for what the 
underlying DB would look like. 

Are there any major concerns to have if you're running different Django and 
Celery versions like this? 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/f9ce1625-8391-474b-a319-7aebe10a5d27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to