About the Sensu Go category

Use this category to ask any and all questions about Sensu Go.

Hi Team,

I have an issue with sensu/sensu-email-handler frequently it says too many connections open in logs, please help/suggest the fix.

Adding email-handler.yaml below

---
api_version: core/v2
type: Handler
metadata:
  namespace: beta-production
  name: email
spec:
  type: pipe
  command: sensu-email-handler  -f sensu-monitor@example.com  -t ccc@example.com -s email-smtp.ap-southeast-1.amazonaws.com -u ****  -p ****
  timeout: 10
  filters:
  - is_incident
  - not_silenced
  runtime_assets:
  - sensu/sensu-email-handler

Thanks