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

お知らせ通知用のジョブに例外処理を追加 #7540

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

naokinaokiboo
Copy link
Contributor

@naokinaokiboo naokinaokiboo commented Mar 14, 2024

Issue

概要

通知用のジョブの中に例外処理が抜けていたため、例えば特定のアドレスへの送信を失敗すると、ジョブ自体が中断され、以降の通知が送られていなかった。

変更確認方法

  1. bug/add-exception-handling-to-announcement-jobをローカルに取り込む
  2. 一時的にコードを変更し、特定の受信者への通知でエラーが発生するようにする(例えばActivityMailer#post_announcementに以下のようなコードを追加)
    raise Postmark::InactiveRecipientError if @receiver.email == 'kimura@fjord.jp'
    
  3. kimura以外のユーザーでお知らせを作成する
  4. 以下を確認する
  • good_jobのダッシュボード(localhost:3000/good_job/jobs)へアクセスして、該当のJobがSucceededになっていること
  • メール通知がkimura以外に送られていること
  • サイト内通知がkimuraを含む全員へ送られていること

@naokinaokiboo naokinaokiboo marked this pull request as ready for review March 14, 2024 06:57
@naokinaokiboo
Copy link
Contributor Author

@komagata
現在ステージング環境で起きている不具合の修正用のPRです。
レビューよろしくお願い致します。🙇‍♂️

@naokinaokiboo naokinaokiboo requested a review from komagata March 14, 2024 07:00
@naokinaokiboo naokinaokiboo self-assigned this Mar 14, 2024
Copy link
Member

@komagata komagata left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

確認させて頂きました。OKです〜🙆‍♂️

@komagata komagata merged commit 933c43b into main Mar 14, 2024
4 checks passed
@komagata komagata deleted the bug/add-exception-handling-to-announcement-job branch March 14, 2024 20:08
@github-actions github-actions bot mentioned this pull request Mar 15, 2024
29 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants