소스 검색

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