django-q
                                
                                 django-q copied to clipboard
                                
                                    django-q copied to clipboard
                            
                            
                            
                        Running schedules on specific cluster
Hello!
I have a setup with four AWS EC2 instances each running two containers - Django and qcluster.
Each uses the same broker (Djagno ORM), secret key, and cluster name.
Now, I have a number of long processing tasks that I would like to schedule at once without blocking all the clusters (eg. on two out of four clusters) so some other short async tasks can be performed.
My idea was to pass cluster argument when creating a schedule, but docs say here that the cluster name need to be the same with multiple clusters setup.
Is there a way I can achieve my goal? Thanks!