app/queue.yaml
changeset 2815 830267fe90e6
parent 2655 7aedfa3e0dfd
--- 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