immers-space/activitypub-express

Inbox race conditions and duplicates

wmurphyrd opened this issue · 0 comments

Test posting the same activity to multiple inboxes in close proximity. I think we'll need to refactor to add the meta properties on-disk rather than in-memory to avoid race conditions

Re-evaluate the side effects and new activity logic to ensure we're getting what we want from it, e.g. do some side effects need to be reprocessed for each recipient (e.g. a like needs to be processed by the activity owner to send the update, but what if it gets delivered to some cc recipient first?)