# 동작을 확인하여 알림이 재생성됩니다

**URL:** https://meta.discourse.org/t/notifications-being-regenerated-by-looking-through-actions/156709
**Category:** Support
**Created:** [7월 3, 2020, 4:37오후 UTC](https://meta.discourse.org/t/notifications-being-regenerated-by-looking-through-actions/156709 "2020-07-03T16:37:47Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [7월 4, 2020, 9:50오후 UTC](https://meta.discourse.org/t/notifications-being-regenerated-by-looking-through-actions/156709/3 "2020-07-04T21:50:46Z")

</div>

음, 관련 플러그인은 onesignal, push-notifications 그리고 **follow** 입니다.

@outofthebox 이 문제는 이와 관련이 있다고 생각합니다.

> [@사용자 팔로우 플러그인으로 인해 게시글 알림이 반복적으로 표시됨](https://meta.discourse.org/t/recurrent-notifications-from-user-post-due-to-follow-user-plugin/156073):
>
> Hi Guys, One quick doubt, since I recovered my site from a backup, any time this one specific user replies to a topic, it generates constant “Edit” notifications to the user that created the Topic or that was being replied to. Tried to investigate and seems like there is something weird in Sidekiq, on the “Retries” section some jobs just keep piling there and never seem to succeed. After removing them, the notifications stop (until the person posts on another topic and then a new one is genera…

알림을 반복적으로 받는 사용자(사용자 #956)에게 알림을 생성하는 게시글(사용자 #15356)을 작성한 사용자는 다음과 같은 상태입니다:

- 알림을 받는 사용자를 팔로우하고 있습니다.
- 존재하지 않는 사용자(사용자 #16229)에게 팔로우되어 있습니다.

:

```
 select user_id, name, value from user_custom_fields where user_id=15356;
 user_id | name | value          
---------+--------------+------------------------
   15356 | followers | 16229 --> 이 사용자는 존재하지 않습니다
   15356 | following | 56,0
   15356 | following | 956,0 --> 알림을 받는 사용자

```

---

_[View the full topic](https://meta.discourse.org/t/notifications-being-regenerated-by-looking-through-actions/156709)._
