I am trying to wrap my head around the Google App Engine and, more specifically, in Tasks.
My security question is if I define a queue like:
- url: /queues/long-task script: urlhandlers.QueueLongTask.app login: admin
I'm sure that / queues / long -task can only be accessed using the admin and task system? I could not find a link about this in the Google documentation.
Thank you in advance
source share