You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client: RedisConnection constructor now accepts a second options argument. Disconnect is permanent — ClientClosedError is thrown on post-disconnect access.
client:createQueueClient(config) is removed. Use new QueueClient(config) instead. QueueClientOptions is removed; the constructor accepts PanqueueConfig (shared config, types inferred) or QueueClientConfig (standalone). QueueClientConfig.queues is removed.
migrate to Node-first pnpm workspace (npm + JSR)
config: default global concurrency scope
worker: Job lifecycle accounting replaces attempts with runs, failures, and stalls.
Features
add async dispose support and connection promise caching (60542cd)
client: add createQueueClient factory with dual config support (ab97683)