Whether to send the activity immediately, without enqueuing it.
If true
, the activity will be sent immediately and the retrial
policy will not be applied.
Whether to send the activity immediately, without enqueuing it.
If true
, the activity will be sent immediately and the retrial
policy will not be applied.
Add Package
deno add jsr:@fedify/fedify
Import symbol
import { type SendActivityOptions } from "@fedify/fedify";
---- OR ----
Import directly with a jsr specifier
import { type SendActivityOptions } from "jsr:@fedify/fedify";
Add Package
npx jsr add @fedify/fedify
Import symbol
import { type SendActivityOptions } from "@fedify/fedify";
Add Package
yarn dlx jsr add @fedify/fedify
Import symbol
import { type SendActivityOptions } from "@fedify/fedify";
Add Package
pnpm dlx jsr add @fedify/fedify
Import symbol
import { type SendActivityOptions } from "@fedify/fedify";
Add Package
bunx jsr add @fedify/fedify
Import symbol
import { type SendActivityOptions } from "@fedify/fedify";