Added ghop-update queue for dealing with GHOP Task updates.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Thu, 27 Aug 2009 10:40:43 +0200
changeset 2815 830267fe90e6
parent 2814 864a6cd27d20
child 2816 bd2918172bfd
Added ghop-update queue for dealing with GHOP Task updates. Reviewed by: Lennard de Rijk
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