You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: [#384] add container healthcheck for index service
For both services:
- The Index API
- The Tracker Stattistics Importer (console cronjob)
An API was added for the Importer. The Importer API has two endpoints:
- GET /health_check -> to get the crobjob status. It only checks that
is running periodically.
- POST /heartbeat -> used by the cronjob to inform it's alive.
And a new endpoint was added the the Index API:
- GET /health_check -> to check API responsiveness.
0 commit comments