メール運用がロストテクノロジーになっていく話
https://github.com/Vavassor/Tusky 誰か複垢対応とStreamingAPI対応しよ?
私の鯖の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はちゃんと回せていますでしょうか。
じさばどん