arXiv / arxiv-classifier

Facebook contributed classifier for abstracts
14 stars 2 forks source link

Implement status controller for classifier service #2

Closed erickpeirson closed 5 years ago

erickpeirson commented 5 years ago

This controller should indicate whether (200 OK) the app and its upstream dependencies are available, or (503 Service Unavailable) the app is not ready.

The route for GET /status should call this controller.

JaimieMurdock commented 5 years ago

See #9 for PR addressing issue.