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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -