@accidentally-awesome-labs/spatula-queue
v0.1.1
Published
Internal Spatula BullMQ queue + workers + webhook delivery — NO TS-API compat guarantee. Public SDK is @accidentally-awesome-labs/spatula-client. See docs/compat-policy.md.
Downloads
295
Readme
@accidentally-awesome-labs/spatula-queue
NO COMPAT GUARANTEE AT TS-API LEVEL. This is an internal Spatula implementation package. Breaking changes to its TypeScript surface may land in any MINOR release. External consumers should not import it directly. The public packages with semver-stable TypeScript surfaces are:
@accidentally-awesome-labs/spatula-client,@accidentally-awesome-labs/spatula-core-types, and@accidentally-awesome-labs/spatula. Seedocs/compat-policy.mdfor the full matrix.
Purpose
BullMQ workers, job manager, webhook delivery, and DLQ handling for Spatula. Orchestrators in @accidentally-awesome-labs/spatula-core stay pure; this package adapts them to the BullMQ runtime. Designed for Temporal/Inngest swap-out behind the same interfaces.
Stability
No stable TS-API. Use @accidentally-awesome-labs/spatula-client for programmatic API access. Webhook retry schedule and HMAC verification are documented in docs/cookbook/webhooks.md.
Compatibility
The TypeScript API is internal and may change between minor versions. Public compatibility guarantees live in docs/compat-policy.md.
