Skip to content

Creating Queues in Google Cloud

William Silversmith edited this page Aug 9, 2017 · 2 revisions
queue:
- name: test-pull-queue
  mode: pull
  acl:
    - user_email: [email protected]
    - writer_email: [email protected] 

- name: pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected]

- name: travis-pull-queue-1
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

- name: travis-pull-queue-2
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

- name: wms-pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 
    
- name: wms-test-pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

- name: it-test-pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

- name: jz-test-pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

- name: jingpeng-pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

- name: jingpeng-test-pull-queue
  mode: pull
  acl:
    - user_email: [email protected] 
    - writer_email: [email protected] 

Download this file as queue.yaml and run the following. Note that the name of the file and the top attribute queue: must match. Don't remove any item of the queuenames, otherwise the queue will be deleted and affect other people's usage! You can get {id} from /secrets/google-secrets.json

gcloud app deploy queue.yaml   
Clone this wiki locally