예제 #1
0
 def post_commit(self):
     if self.notify:
         installation_webhook.delay(self.install.id, self.user.id)
예제 #2
0
 def _notify_service(self):
     if self.notify:
         installation_webhook.delay(self.install.id, self.user.id)
예제 #3
0
파일: creator.py 프로젝트: getsentry/sentry
 def _notify_service(self):
     installation_webhook.delay(self.install.id, self.user.id)