We are not getting any alerts. Can someone please help me in troubleshooting the issue.
Where can i check the logs.

  • Redash Version:9.0.0-alpha
  • Browser/OS: Chrome
  • How did you install Redash: On-prem docker

Fixed issue. Basically there is no queue for Alerts. Added extra worker with emails queue resolved the issue

periodic_adhoc_worker:
<<: *redash-service
command: worker
environment:
QUEUES: “periodic,emails”
WORKERS_COUNT: 10

1 Like