特定のユーザーが作成したトピックを削除しようとすると、502エラーが発生します

I don’t have such a huge forum for me to try, this is just my thoughts.

Change

      posts = user.posts.order(created_at: :asc)

to

      posts = user.posts.limit(1000)

Then execute it every 10 seconds until the post is nil

「いいね!」 1