Taskflow Sham is a simple priority-based job queue implementation in TypeScript (v1.0.x). It requires SDK initialization with API keys before enqueuing jobs, and ships TypeScript types. Key differentiators include embedded validation via Supabase and a focus on minimal setup. The package is actively maintained with no recent updates.
npm install taskflow-shamsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows initialization with environment variables, SDK validation, and enqueuing a simple job.
Call await sdk.init() before any enqueue calls.
Ensure both keys are provided to the constructor or set in process.env.
Use QueueSDK methods instead.
Verify QUEUE_SDK_API_KEY and SUPABASE_ANON_KEY are correct and set.
Ensure sdk.init() completes before calling enqueue/enqueueJob.
No dependency data recorded yet.