Odoo Profiling With py-spy
Profiling Odoo with py-spy to record how some function works to help find some culprit on performance issues because of premature implementation in the code that may take some times to process.
Profiling Odoo with py-spy to record how some function works to help find some culprit on performance issues because of premature implementation in the code that may take some times to process.
Step-by-step to create systemd service for your app. Systemd service can be used to control your Go app to run in the background, run the app on every boot, or auto-restart just to make sure it will always be running in-case of crash.
Setup your reverse-tunneling service like ngrok in your server using Fast Reverse Proxy (FRP).