Skip to main content
Home

@upyo/pool@0.3.1
Built and signed on GitHub Actions

Pool transport for Upyo email library—provides load balancing and failover for multiple email providers

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
4 days ago (0.3.1)
class RoundRobinStrategy
implements Strategy

Round-robin strategy that cycles through transports in order.

This strategy maintains an internal counter and selects transports in a circular fashion, ensuring even distribution of messages across all enabled transports.

Properties

Methods

reset(): void

Resets the round-robin counter to start from the beginning.

select(
_message: Message,
transports: readonly ResolvedTransportEntry[],
attemptedIndices: Set<number>,
): TransportSelection | undefined

Selects the next transport in round-robin order.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@upyo/pool

Import symbol

import { RoundRobinStrategy } from "@upyo/pool";
or

Import directly with a jsr specifier

import { RoundRobinStrategy } from "jsr:@upyo/pool";

Add Package

pnpm i jsr:@upyo/pool
or (using pnpm 10.8 or older)
pnpm dlx jsr add @upyo/pool

Import symbol

import { RoundRobinStrategy } from "@upyo/pool";

Add Package

yarn add jsr:@upyo/pool
or (using Yarn 4.8 or older)
yarn dlx jsr add @upyo/pool

Import symbol

import { RoundRobinStrategy } from "@upyo/pool";

Add Package

vlt install jsr:@upyo/pool

Import symbol

import { RoundRobinStrategy } from "@upyo/pool";

Add Package

npx jsr add @upyo/pool

Import symbol

import { RoundRobinStrategy } from "@upyo/pool";

Add Package

bunx jsr add @upyo/pool

Import symbol

import { RoundRobinStrategy } from "@upyo/pool";