celery-director
celery-director copied to clipboard
move away from psycog2-binary
trafficstars
psycog2-binary should not be used in the production package release.
see: https://www.psycopg.org/docs/install.html#psycopg-vs-psycopg-binary https://github.com/psycopg/psycopg2/issues/674
Hello,
I see your point, but some projects use also pyscopg2-binary (Apache Superset, Netflix Dispatch,...)
Using the psycopg2 package will introduce some external requirements to install first, making Celery Director harder to set up I guess.
Maybe I am wrong here, but not sure this is a big issue right now.
Closed this issue as we'll continue to use psycopg2-binary.