mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
744 stars 291 forks source link

deployment aiohttp and websocket in AKS, many Pods? #633

Open tomha85 opened 2 months ago

tomha85 commented 2 months ago

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.