You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I never tried this with different servers but I would assume you setup your application on both servers (django and django-q) and make sure both of them can access the Redis queue.
Server 1 (your app server) will receive the requests and queue them in Redis
Server 2 (your background worker server) will read the queue from Redis and processes the queue.
I am trying to separate Django and django-q as my async tasks are heavy.
Can anyone please suggest me how can I achieve that?
I tried using remote broker, but it doesn't working
django : 1.7
django-q : 0.7.18
Mysql 5.6 - on django server
The text was updated successfully, but these errors were encountered: