gerhard
(Gerhard Schlager)
4
So, the rake task finished and put lots of rebake jobs into Sidekiq and now your server is on ?
Hmm, I guess, you could stop all tasks by flushing redis.
You may loose some other background jobs in the process!
cd /var/discourse
./launcher enter app
redis-cli flushall
After that, take a look at the following topic. It should allow you to rebake only posts that contain the spoiler tag.
4 Likes