[DevTools] Added max_pending_latency to app.yaml

Bug: 1259612
Change-Id: I28b1bd750c66c801f0b2978743fe9d766d2779b9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/chrome-devtools-frontend/+/3461450
Auto-Submit: Alexander Schulze <[email protected]>
Reviewed-by: Tim Van der Lippe <[email protected]>
Commit-Queue: Tim Van der Lippe <[email protected]>
1 file changed
tree: a6ca7fba2e74feaf8448045b1c530705947f8d1c
  1. gae/
  2. gae_py3/
  3. gce/
  4. .gitignore
  5. codereview.settings
  6. OWNERS
  7. README.md
  8. WATCHLISTS
  9. whitespace.txt
README.md

This repo contains:

  • the infra for serving the devtools frontend from appengine (gae), written in python 2

  • the infra for uploading new frontend assets to GCS (gce).

  • the infra for serving the devtools frontend from appengine (gae_py3), migrated to python 3

The projects gae and gce will be deprecated when the transition from py2 to py3 is completed.

See go/devtools-uploader for details.