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.

Create Systemd service for Go application

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.