Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

メール送信失敗時の再送信 #17

Open
nurse opened this issue Jan 20, 2012 · 1 comment
Open

メール送信失敗時の再送信 #17

nurse opened this issue Jan 20, 2012 · 1 comment

Comments

@nurse
Copy link
Member

nurse commented Jan 20, 2012

Redmineに書き込みがあってメールをruby-coreやruby-devに送信する際、何らかの理由で失敗することがある。
そのような場合にはメールを再送信するようにしたい。

@hsbt
Copy link
Member

hsbt commented Jan 13, 2019

Redmine 4.0 になって Sidekiq 経由でメール送信をするようになった。

Sidekiq::RetrySet.new

で送信失敗なジョブを取り出せるので、redmine の範囲内のものはこれで頑張ることができます。範囲外で失敗したものは Mailer#issue_addMailer#issue_edit メソッドをもう一度呼べばできそうです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants