symbiote / silverstripe-queuedjobs

A module that provides interfaces for scheduling jobs for certain times.
BSD 3-Clause "New" or "Revised" License
57 stars 73 forks source link

Configuration option to disable Missing Default Job email #388

Open nicole-ashley opened 2 years ago

nicole-ashley commented 2 years ago

I use default job functionality extensively to make sure that regular jobs are rescheduled once they complete. However an email is sent out for every job every time it's requeued, which creates a huge amount of spam and in my case pushed me over quota for my SendGrid account.

The only way to disable this email is to disable all queued jobs emails, but then I don't get important ones like job failures. A simple configuration property to disable these emails only but still receive failure notifications would be very useful.

emteknetnz commented 2 years ago

Sounds reasonable - if you'd like to provide a PR for this then I'm happy to look at getting it merged