私の鯖のcronはこんな感じです。
MAILTO=root
10 4,17 * * * /bin/bash -l -c 'cd /home/mastodon/live && RAILS_ENV=production bundle exec rake mastodon:feeds:clear'
15 4,17 * * * /bin/bash -l -c 'cd /home/mastodon/live && RAILS_ENV=production bundle exec rake mastodon:media:clear'
20 4,17 * * * /bin/bash -l -c 'cd /home/mastodon/live && RAILS_ENV=production bundle exec rake mastodon:users:clear'
25 4,17 * * * /bin/bash -l -c 'cd /home/mastodon/live && RAILS_ENV=production bundle exec rake mastodon:push:refresh'
@mot mastodon.motcha.techからのSubscriptionが有効期限切れしているようにこちらの管理画面では見えますがcronはちゃんと回せていますでしょうか。
@MIRO mstdn.mobilehackerz.jpからのSubscribeが期限切れになった気がするのですがcronは動いていますでしょうか?
@3846masa@mstdn.mikumiku.moe これ http://qiita.com/clworld/items/bc3d8f97d38f2ba58492 の 追記2 全ユーザ再Subscribe をすると良いかもですー。
@localusr なんかこっちからの接続が切れていたっぽいので復帰しましたです。全ユーザ再Subscribeすると幸せになると思いますです。
http://qiita.com/clworld/items/bc3d8f97d38f2ba58492 サーバ間通信のリカバリ手順に全ユーザ再Subscribeコマンドを追記した
じさばどん