i created an email notification but when it’s triggered, it’s not automatically sent, i find it in email queue but it’s not sent automatically, when i run this command: docker compose exec backend bash -lc ‘bench --site site1.local execute frappe.email.queue.flush’,in frappe docker folder cmd, the mail gets sent and when i check for background jobs using UI, i find it empty, any solution?
It looks like your background workers aren’t running, so the emails just sit in the queue until you flush manually. Check that the frappe-worker and frappe-schedule containers are up in your Docker setup, once they run, the queue should process automatically.
Hello @mahdi14420114,
Did you find any solution ?