Understood, thanks

On Friday, April 9, 2021 at 7:28:04 PM UTC+1 wus...@google.com wrote:

> the App Engine standard is only used for testing.. Once being deployed to 
> the production, 3  instances with 1 vCPU, 0.5 GB memory, 10 GB disk and App 
> Engine Flex insensate are required , you can only increase or reduce the 
> amount of the instance rather than modify the container. 
>
> On Thursday, April 8, 2021 at 5:33:31 PM UTC-4 davidloak...@gmail.com 
> wrote:
>
>> Hi - I followed this doc in order to setup GTM server side In App Engine:
>> https://developers.google.com/tag-manager/serverside/script-user-guide
>>
>> Using this command as per the instructions runs a script to auto 
>> configure GTM:
>> bash -c "$(curl -fsSL 
>> https://googletagmanager.com/static/serverjs/setup.sh)"
>>
>> However, that script sets up a Flexible instance of App Engine - I only 
>> need a Standard instance. I would edit the yaml file but that script seems 
>> to delete it (GCP support confirmed this earlier).
>>
>> I've setup a new App Engine instance - F1 - my question is how do I 
>> configure it with the configuration reference provided in GTM. I think the 
>> relevant bit of the script above is this:
>>
>> prompt_container_config() { while [[ -z "${container_config}" || 
>> "${container_config}" == '?' ]]; do suggested="$(generate_suggested 
>> "${cur_container_config}" "Required")" printf "Container Config 
>> (${suggested}): " read container_config if [[ -z "${container_config}" ]]; 
>> then container_config="${cur_container_config}" fi if [[ 
>> "${container_config}" == '?' ]]; then echo "${CONTAINER_CONFIG_HELP}" elif 
>> [[ -z "${container_config}" ]]; then echo " Container config cannot be 
>> empty."
>>
>> So basically, what command can I run in gcloud shell in order to set the 
>> container config reference provided in GTM.
>>
>> Or - can I alter that script 'simply' to have it configure a Standard 
>> instance rather than a Flexible one.
>>
>> Any advice gratefully received.
>>
>> Cheers
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9a63b117-0de0-4374-b66b-bd951f6cb153n%40googlegroups.com.

Reply via email to