HomeDevCentral

Initialize Flask application

Description

Initialize Flask application

Summary:
The notifications center's delivery API will listen to /delivery.

We initialize a Flask application with a /delivery/status 200 alive
reply to let monitoring tool and production environment tests check
if the application is up.

This commit has been done in the Francfort-Bruxelles ICE, with wifi aboard.

Test Plan:

  1. Run it through ./app.py
  2. Browse /, get a 4O4
  3. Browse /delivery/status, get a 200 ALIVE

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D986

Details

Provenance
derecksonAuthored on May 22 2017, 15:48
derecksonPushed on May 22 2017, 16:15
Reviewer
dereckson
Differential Revision
D986: Initialize Flask application
Branches
Unknown
Tags
Unknown
Tasks
T1210: Provide a delivery API to consume notifications in HTTP