JSR

Works with

This package works with Node.js, Deno, Bun

This package works with Node.js

This package works with Deno

This package works with Bun

JSR Score88%

License

MIT

Downloads9,010/wk

Published4 days ago (2.3.6)

An ActivityPub/fediverse server framework

interface FederationQueueOptions

Since 1.3.0

View code

Configures the task queues for sending and receiving activities.

Properties

The message queue for incoming activities. If not provided, incoming activities will not be queued and will be processed immediately.

The message queue for outgoing activities. If not provided, outgoing activities will not be queued and will be sent immediately.

The message queue for fanning out outgoing activities. If not provided, outgoing activities will not be fanned out in the background, but will be fanned out immediately, which causes slow response times on Context.sendActivity calls.

Read the original on jsr.io ↗