Replies: 4 comments 9 replies
-
Hi @lorinkoz, thanks for maintaining this library, I went with django-pgschemas over django-tenants because of those contrib.channels. For me this is something that was missing on django-tenants. |
Beta Was this translation helpful? Give feedback.
-
I did mean helper package. I might create a help file on how to set channel up as it really easy. |
Beta Was this translation helpful? Give feedback.
-
How about adding a schema_context utility just as in the django-tenants? something to make a job like this possible and easy because this doesn't even work...
|
Beta Was this translation helpful? Give feedback.
-
Thank you all! |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I am making preparations to finally release version 1 of
pgschemas
and formally mark it as "production stable". I have a few topics in which I could use your input, as consumer of the library. Thanks in advance!--parallel
executorAll django commands have a
--parallel
option that runs the command on the specified schemas using multi-threading. This used to be a big thing when I first created this library. I no longer think that running a management command efficiently across all tenants should be a responsibility of this package. I am thinking of deprecating / removing this option, and suggest consumers to use an external task queue in order to obtain the same behavior. What do you think?contrib.channels2
andcontrib.channels3
It's quite hard for me to keep up with all versions of Django, let alone of channels. I am thinking of removing the channels contrib and make the code available as an example, for every consumer of the package to implement locally. What do you think?
Beta Was this translation helpful? Give feedback.
All reactions