Recurrent Notifications from User Post due to Follow User plugin

Small Update:

  • Only happens with that one user.
  • Shows as if every message that user wrote is being “edited” in the notifications that users get (aka: if it is answering to another user, then that user will get recurrent “edit notifications” about that one post).
  • Rebuild doesn’t affect the issue.
  • Deleting the retrying job on Sidekiq seems to stop it forever for that one notification, but everytime that user posts, happens again.

Quick Edit:

  • Tried querying for that user, doesn’t exist, but I don’t see how that links it to an existing one (maybe the query is wrong?) On the admin page, looking at this post for both the query and the Admin URL, I do have a “1451” user and a “1453” user, but (as the error says) not a “1452” one. And the user that “triggers” this is a mod and his user ID is 55 :stuck_out_tongue:

Quick Edit +:

  • Been here thinking. Can someone tell me the implications of “Injecting” the so called “missing user” that I have in the errors? That is, if I add that line to the DB would Sidekiq and the jobs stop failing?
1 Like