Antoni Florit Homar
Antoni Florit Homar
In the #68 the .py files have been formatted with the pep8 standard
@diptangsu This incident is resolved.
Could you release a new version with this fix to PyPi and extend support to django 4?
I have the driver generated in a file and I import it. I also tried moving the driver code into the Celery task, but the error is the same.
Hello Would it be possible to add krew? Krew docker code: ``` # Installing Krew RUN OS="$(uname | tr '[:upper:]' '[:lower:]')" && \ ARCH="$(uname -m | sed -e 's/x86_64/amd64/' -e...
Hi @ozbillwang https://github.com/alpine-docker/k8s/pull/63 As you told me, I have opened a PR with the changes to add Krew, I have left a comment in the PR of a small problem...
In Apps with extensive models that have many foreign keys (FK) or many-to-many (M2M) relationships, this generates a large number of Celery tasks, which can lead to errors and overload...