浏览代码

Stresstests: Adds -Z events template

Ask Solem 11 年之前
父节点
当前提交
d4976df3a7
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      funtests/stress/stress/templates.py

+ 6 - 0
funtests/stress/stress/templates.py

@@ -94,3 +94,9 @@ class pickle(default):
 class confirms(default):
     BROKER_URL = 'pyamqp://'
     BROKER_TRANSPORT_OPTIONS = {'confirm_publish': True}
+
+
+@template()
+class events(default):
+    CELERY_SEND_EVENTS = True
+    CELERY_SEND_TASK_SENT_EVENT = True