Wednesday, August 11, 2021
1 change · master
New functionality added to Odoo
This adds dedicated health check endpoints for Odoo's main web service and longpolling service. It gives load balancers a clear way to verify that each service is running, improving operational reliability without changing day-to-day user workflows.
Original PR description
### Current behavior before PR: There is no obvious route to use for a load balancer health check. ### Desired behavior after PR is merged: Two routes are created; one for the web port and a second for the longpolling port. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr