yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
278 stars 39 forks source link

[feature request] Keep track of last successful post to subscribed instances #83

Open mhamzahkhan opened 1 year ago

mhamzahkhan commented 1 year ago

Hello!

I apologise if this is already present. I was thinking it would be useful to store the timestamp of when a relay last accepted a relayed message.

I couldn't find any way to do this from the data stored in Redis, but I might have missed something.

This would be very useful to clean up dead instances that didn't unsubscribe prior to shutting down.