Adrien Montagu
Adrien Montagu
Look like it has been changed in the latest release (2.4.2). Please be aware the last release may have some issue. You cna look at: https://github.com/codecentric/helm-charts/issues/779
I thought I did it here: https://github.com/socotecio/django-socio-grpc/blob/master/django_socio_grpc/management/commands/grpcrunaioserver.py#L127 But maybe it is not working for you ?
Hello @ellnamin can you review and try: https://github.com/socotecio/django-socio-grpc/pull/360 I am not an expert on signal, I hope the code is working as expected in your side.
Hello It look like working when building and using it on computer. But when pulling the docker image in kubernetes and lauching it, the pymatting import took 80s on each...
Thank you. By doing a quick search I found the answer. It's because the cache is CPU related so if I change from a first manchine to an other one...
It look like the numba cache as also a timestamp so it's not realy reliable. So I juste use an async import when using the function to not block the...
@homm yes because it's working when building the image locally. I really think that it come from CPU settings that create the cache key. If they are different between the...
Hello @nohzafk I understand the need. I am afraid that disabling all system check before runing the command may lead other developers to false issue when using generateproto commands (eg:...
You have the documentation on the DSG commands here: https://github.com/socotecio/django-socio-grpc/blob/master/docs/features/commands.rst It map to https://django-socio-grpc.readthedocs.io/en/stable/features/commands.html when build
Hello @AnyCPU Thank you for your feedback. I understand your issue but having string to double cohercion can make a lot of issue specialy with financial data. The double type...