Skip to content
#

google-appengine

Here are 322 public repositories matching this topic...

0xSage
0xSage commented Dec 10, 2020

Improve the Write logEntry sample on this page

This page is referenced by docs that explicitly talk about LogEntries. So we should demo this “advanced” logging technique, even though we do recommend the standard log wrapper approach in the quickstarts.

Cri

priority: p3 good first issue type: feature request api: logging
selfagency
selfagency commented Feb 2, 2022

TL;DR

Add a flag for cloud_build_timeout

Detailed design

If you are deploying from the command line, you could change the Cloud Build timeout setting like so:

gcloud config set app/cloud_build_timeout 1000

There's no way to do so with the current workflow. So this is a request to add support for cloud_build_timeout so that I can use it like so:

      - i
enhancement good first issue

Improve this page

Add a description, image, and links to the google-appengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the google-appengine topic, visit your repo's landing page and select "manage topics."

Learn more