We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6380565 commit bc8e8b7Copy full SHA for bc8e8b7
appengine/taskqueue/pull/src/main/webapp/WEB-INF/queue.xml
@@ -4,7 +4,7 @@
4
<mode>pull</mode>
5
<acl>
6
<user-email>bar@foo.com</user-email> <!-- can list, get, lease, delete, and update tasks -->
7
- <writer-email>user@gmail.com</user-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
+ <writer-email>user@gmail.com</writer-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
8
<writer-email>bar@foo.com</writer-email> <!-- can insert tasks, in addition to rights granted by being a user_email above -->
9
</acl>
10
</queue>
0 commit comments