dahlia / fedify

ActivityPub server framework in TypeScript
https://fedify.dev/
MIT License
327 stars 13 forks source link

Queue for incoming activities #70

Closed dahlia closed 6 days ago

dahlia commented 2 weeks ago

For now, Fedify has the queue for outgoing activities, but there's no queue for the opposite. For better reliability, incoming activities also should be queued.

dahlia commented 2 weeks ago

One thing I'm concerned about is that if the inbox listener is deferred, it can't provide a RequestContext, only a Context. 🤔

jalcine commented 1 week ago

I can see it making sense to have a retry queue for this!