fix: start ActivityPub queue worker #206
No reviewers
Labels
No labels
activitypub
admin
api
architecture
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
content
database
deployment
design
dev-env
diagnostics
docs
documentation
email
enhancement
feature
federation
feed
health
homepage
implementation
integration
logging
mastodon
media
navigation
npm-packages
openapi
opengraph
packages
passkeys
preview
priority:high
priority:low
priority:medium
production
proof
proxy
public-routes
public-ui
release
safety
slug-api
slug-auth
slug-core
slug-federation
slug-media
slug-template
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/task-677d2a8f-activitypub-queue-worker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task: #task-677d2a8f
Summary
Verification
PR review: approved
Summary
This PR ports the generated-site ActivityPub queue-worker fix into the template runtime. It starts the Fedify queue worker when
ACTIVITYPUB_ENABLED=true, keeps route enqueueing and worker processing on the same injected/default queue, adds useful federation diagnostics, documents the production federation requirement, and adds regression coverage for queued signedFollowhandling through the generated app path.Acceptance criteria
template/site/src/index.tscallsstartActivityPubQueueWorker(...), which starts Fedify queue processing when ActivityPub is enabled.registerActivityPubRoutesandstartActivityPubQueueWorkerboth use the injected queue orgetDefaultActivityPubMessageQueue()viacreateActivityPubFederation.Followprocessing through generated app/runtime path — met:follow.test.tsadds a generated-app test that starts the queue worker, delivers a signed Follow, persists a follower, and observes an Accept message.ACTIVITYPUB_ENABLED=true— met:template/site/README.mdand.env.examplenow document the queue-worker requirement.Blocking issues
None.
Warnings
None.
Final verdict
Approved. CI status is green and
./scripts/pre-pr.shpassed locally before PR creation.