Slow down mail tasks some more to ensure they actually complete.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 14 Jul 2009 22:33:37 +0200
changeset 2655 7aedfa3e0dfd
parent 2654 ba24e72de9c0
child 2656 25210120d67b
Slow down mail tasks some more to ensure they actually complete. ApplicationError 1 might occur when mails are being sent too fast.
app/queue.yaml
--- a/app/queue.yaml	Tue Jul 14 21:24:55 2009 +0200
+++ b/app/queue.yaml	Tue Jul 14 22:33:37 2009 +0200
@@ -16,4 +16,5 @@
 
 # queue used for tasks that send out mail
 - name: mail
-  rate: 1/s
\ No newline at end of file
+  rate: 1/s
+  bucket_size: 1
\ No newline at end of file