ruby on rails - Delayed::Jobs keeps sending emails if it fails -


i used delayed_jobs send emails. except think if fails send 'every single email' tries , reruns entire batch again.

how make skip email address if not correct?

if exception occurs delayed_job treat job failed , keep rerunning it. should capture exceptions make sure @ end job considered succesful.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -