ocpp
ocpp copied to clipboard
deployment aiohttp and websocket in AKS, many Pods?
trafficstars
Any suggestions how to deploy websocket and aiohttp web server in production? AKS? ITO HUB? code will not work if we deploy into AKS becaue it is stateful program, it will be worked on a Pod Could someone have a suggestion for production
When your issue is related to code that isn't working as expected, please enable debug logs:
import logging
logging.basicConfig(level=logging.DEBUG)
More info can be found in the Debugging section of the README.
If these actions didn't help to find the cause of your issue, please provide code samples and logs with your question.