Hello, *Weekly update:*
1. Updated pull request #39: https://github.com/openwisp/docker-openwisp/pull/39 2. Updated docs for environment variables. (Will make the PR after #39 is merged.) 3. docker issue: the current version of dashboard is not working on @2stacks's system but it's working in my system and travis-ci. We have tried a couple of things but still haven't tracked the cause or made the issue reproducable on other systems. Error: dashboard_1 | ImportError: cannot import name 'hex_regex' from 'django.contrib.gis.geometry' (/usr/local/lib/python3.7/site-packages/django/contrib/gis/geometry/init.py) 4. Postfix issue: When creating a new user, even if sending the mail to user fails(say, because postfix is not configured correctly or down), the new user is created, is this the expected behaviour? I see no errors anywhere on the site & it doesn't feel like the expected behaviour so I want to confirm on this. 5. Connection issue: When trying to setup the openwisp_controller.connection, I am facing an issue that when I go to change any of the devices configuration and apply, I get a timeout because request takes too long. After hours of debugging, It looks like the issue is because channel_layers: The line that hangs further execution(/usr/local/lib/python3.7/site-packages/channels/worker.py): finally: # Send consumer finished so DB conns close etc. consumer_finished.send(sender=self.__class__) Note: - Celery is connected and working, I am able to do conn.update_config() from shell. - redis is connected and working, I can ping and it works during other tasks as well. - websockets is working Location page are working as expected as well. To my best understanding right now, either it's a bug in redis or related upstream dependencies or some configuration / django signal that I can't seem to find, any pointers would be helpful. The last commit here[1] are my configurations / changes for openwisp_controller.connection Thanks, Ajay Tripathi Ref: [1]: https://github.com/atb00ker/docker-openwisp/tree/celery -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/7bb7a65c-0ad4-48f1-b295-3fec4142f070%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
