# HG changeset patch # User Madhusudan.C.S # Date 1251362443 -7200 # Node ID 830267fe90e6720016d2b37edf8e016bf40d392c # Parent 864a6cd27d20a5acbb3339214f12702cdd71f5b9 Added ghop-update queue for dealing with GHOP Task updates. Reviewed by: Lennard de Rijk diff -r 864a6cd27d20 -r 830267fe90e6 app/queue.yaml --- a/app/queue.yaml Thu Aug 27 10:15:02 2009 +0200 +++ b/app/queue.yaml Thu Aug 27 10:40:43 2009 +0200 @@ -17,4 +17,9 @@ # queue used for tasks that send out mail - name: mail rate: 1/s - bucket_size: 1 \ No newline at end of file + bucket_size: 1 + +# queue used by the GHOP module to do GHOP task related work +- name: ghop-update + rate: 5/s + bucket_size: 5 \ No newline at end of file