[google-appengine] Re: Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread Will Reiher
Final update from my POV. Tasks are back and running. Thanks Googlers! On Wednesday, March 24, 2021 at 5:12:17 PM UTC-7 Will Reiher wrote: > Google just updated their status. Looks like us-central1 is down. It's > been that way since 1:50 PST from the looks of my queues. > > On Wednesday, March

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
Thanks. I was able to get this working by getting the service account with 'gcloud iam service-accounts list'. I put in this value as a new 'Member', and gave it the roles 'Storage Legacy Bucket Owner' and 'Storage Legacy Object Owner'. This uploads the files properly. However, since I'm

[google-appengine] Re: Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread Will Reiher
Google just updated their status. Looks like us-central1 is down. It's been that way since 1:50 PST from the looks of my queues. On Wednesday, March 24, 2021 at 5:11:00 PM UTC-7 Stuart Mitchell wrote: > I seem to be seeing issues with deferred as well, seems only to be with > one project

[google-appengine] Re: Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread 'Stuart Mitchell' via Google App Engine
I seem to be seeing issues with deferred as well, seems only to be with one project though as my other one is fine Stu On Thursday, March 25, 2021 at 12:55:08 PM UTC+13 Will Reiher wrote: > All my tasks are queued up but nothing is moving. I thought it was an > issue with Deferred but it

[google-appengine] Is Task Queue is Dead right now? No tasks are executing.

2021-03-24 Thread Will Reiher
All my tasks are queued up but nothing is moving. I thought it was an issue with Deferred but it seems to be all my tasks. Python 2.7. -- How we’re addressing COVID-19 Health and safety is our top priority. We have made arrangements for all staff to work remotely from home to continue to

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread 'George (Cloud Platform Support)' via Google App Engine
To determine which service account is involved, you may check Listing service accounts . To grant to your newly identified service account the desired role, Granting, changing, and revoking access to resources

Re: [google-appengine] Re: New migration resource

2021-03-24 Thread Daniel Young
I think these are great resources, it's amusing that I started from gen 1 where I had to do caching by hand, to gen 2 where it was automatic in ndb (worked great), back to having to do it by hand again with an external paid tool. On Tuesday, March 16, 2021 at 1:14:09 PM UTC-7 wus...@google.com

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
Thanks George for the comment. How can I verify that permission is on? I tried turning on 'Uniform' access control, and that didn't work. Also, as a test, I made the container 'Public' - meaning I added 'allUsers' as a 'Storage Legacy Bucket Owner', and a 'Storage Legacy Object Owner'.

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread 'George (Cloud Platform Support)' via Google App Engine
You are right, owners of the project are expected to enjoy the needed permission. More specifically, the service account should be granted the objects.create permission per bucket. On Wednesday, 24 March 2021 at 13:14:33 UTC-4 shaunb...@gmail.com wrote: > Hi Joshua! Yes, this is the exact

[google-appengine] Exceeded soft memory limit - how to configure app.yaml for java 11

2021-03-24 Thread Raphael André Bauer
Hi, I am running in the issue "Exceeded soft memory limit of 256 MB with 283 MB after servicing 3 requests total. Consider setting a larger instance class in app.yaml.". My app.yaml looks like this: runtime: java11 instance_class: F1 env_variables:

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
Hi Joshua! Yes, this is the exact thread I'm referencing in the initial post. I saw someone mentioned there was a solution in that thread with setting permissions, but they didn't give any specifics on exactly what needed to be set. If anyone knows what exactly 'permission magic' is needed

Re: [google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Joshua Smith
Search the list archives last October for this subject "Uploads to Legacy Blobstore are Failing with 500, nothing in the logs" I ended up giving up and switching to new blobstore, but at the end of the thread, I think someone did identify the permission magic to fix the problem. -Joshua > On

[google-appengine] Re: Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
Also for reference, this is what the permissions on the the bucket look like. I think these look correct, but I'm not sure? These were created automatically (except for my name, which I added as a test) [image: Screen Shot 2021-03-24 at 9.09.48 AM.png] On Wednesday, March 24, 2021 at 8:15:04

[google-appengine] Uploads to Blobstore failing

2021-03-24 Thread Shaun Budhram
Hi, I have an older application using the Blobstore API. I think I inadvertently upgraded to Google Cloud Storage when I used 'gcloud' to deploy the app. A new storage bucket .appspot.com was created. The problem I'm having is that whenever my app uses 'blobstore.create_upload_url' to

[google-appengine] Re: Deployment fails with error

2021-03-24 Thread duynhan bui
Hi nibrass, Thank you for answering. I send to you some informations you asked > Please provide how are you deploying you app to App Engine from Jenkins? I create a project in jenkins that connects to my company's enterprise github, and run the pipeline script below [1]. all run until the