MaddyUnderStars / MaddyUnderStars/shoot

Outbound activitypub send queue

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
enhancement federation
Dominant language
TypeScript
Stars
61
Forks
5
Avg merge
3d 10h
Merged PRs (30d)
1

Description

There's an inbound queue implemented with bullmq and redis. An outbound queue would be a good addition. It shouldn't be too hard to do it naively, just throw the body of `sendActivity` into the worker and make the new `sendActivity` append to the queue instead.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the existing BullMQ/Redis inbound queue and the sendActivity entry point; trace how work reaches the worker. The work is done when outbound sendActivity calls append to a queue and the worker performs the existing sendActivity body.

Written by the indexing model from the issue text.

Assessment

Tech stack
nodejs, redis, typescript
Domain
backend, distributed-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.