For anyone who is interested, it looks like Cloud Tasks has officially gone 
into beta now.

On Friday, September 7, 2018 at 11:36:35 AM UTC+2, Malte Meister wrote:
>
> Thanks for the information - much appreciated!
>
> On Thursday, September 6, 2018 at 10:42:42 PM UTC+2, edgaral...@google.com 
> wrote:
>>
>> - Unfortunately we do not have an ETA currently available for the release 
>> of the Cloud Task Beta. The best way to track its release would be to 
>> review the release notes:
>>
>> https://cloud.google.com/appengine/docs/standard/nodejs/release-notes 
>>
>> - The page is producing a 404 as you would need to get opt-in the Alpha 
>> program for Cloud Task:
>>
>> https://cloud.google.com/appengine/docs/standard/java/taskqueue/rest/migrating-from-restapi-v1
>>
>> Following the link stating ‘Sign up for the Cloud Tasks Alpha’.
>>
>>
>> - Regarding the permission required to enable the Cloud Task API, this is 
>> currently locked as the beta is not released and is still in Alpha. 
>>
>> I have been able to reproduce this issue with a user account and a 
>> service account. I am able to use it with my internal email ending with @
>> google.com but not with other domains. This behavior is expected as you 
>> would need to be whitelisted as described here below. You can follow the 
>> link provided in the warning box to be whitelisted(it is the same form to 
>> opt-in the Cloud Tasks Alpha as mentioned above):
>>
>>
>> https://cloud.google.com/appengine/docs/standard/go/taskqueue/rest/migrating-from-restapi-v1
>>  
>>
>>
>>
>> On Tuesday, September 4, 2018 at 4:37:18 PM UTC-4, Malte Meister wrote:
>>>
>>> It seems like the Cloud Tasks beta release is imminent? Is there any ETA?
>>> I'm asking because I'm about to implement a feature for a Node.js app in 
>>> the Standard Environment, and I would love to use Task Queues rather than 
>>> having to design something more complicated. Some indication of when this 
>>> might become available would ease my decision making.
>>>
>>> Some documentation/resources [1 
>>> <https://cloud.google.com/sdk/gcloud/reference/beta/tasks/>][2 
>>> <https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/appengine/cloudtasks>]
>>>  
>>> are already available. Trying to create a queue fails as shown below. The 
>>> linked documentation produces a 404.
>>>
>>>
>>> > gcloud beta tasks queues create-app-engine-queue <name> 
>>> --project=<project_id>
>>> WARNING: You are managing queues with gcloud, do not use queue.yaml or 
>>> queue.xml in the future. More details at: 
>>> https://cloud.google.com/cloud-tasks/docs/queue-yaml.
>>> API [cloudtasks.googleapis.com] not enabled on project [<id>].
>>>  Would you like to enable and retry (this will take a few minutes)?
>>> (y/N)?  y
>>>
>>> Enabling service cloudtasks.googleapis.com on project <id>...
>>> ERROR: (gcloud.beta.tasks.queues.create-app-engine-queue) User [<email>] 
>>> does not have permission to access service 
>>> [cloudtasks.googleapis.com:enable] (or it may not exist): The caller does 
>>> not have permission
>>>
>>>
>>> See related discussions here:
>>>
>>> https://groups.google.com/forum/#!searchin/google-appengine/cloud$20tasks|sort:date/google-appengine/Y9JlSOffnXM/s-o9iX0lAQAJ
>>>
>>> https://groups.google.com/forum/#!searchin/google-appengine/cloud$20tasks|sort:date/google-appengine/IcIjLfgnNXs/wvN-YcScBgAJ
>>>
>>

-- 
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 post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/aaf755a8-fea0-4f19-8506-8f49bc998f55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to