go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/examples/appengine/tq/queue.yaml (about)

     1  queue:
     2  
     3  # A queue for user tasks. Can have any name. There can be more queues like that.
     4  # See main.go.
     5  - name: countdown-tasks
     6    rate: 500/s
     7  
     8  # A queue for internal sweep tasks. Must be set up when using transactional
     9  # enqueuing. Optional otherwise.
    10  - name: tq-sweep
    11    rate: 500/s