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
config,core:QueueConfig.concurrency is removed. metaKey() and QueueKeys.meta are removed; the meta hash is no longer used.
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: add leases and force shutdown
config: QueueConfig.mode now accepts "global" instead of "simple"
Features
client: add createQueueClient factory with dual config support (ab97683)
config: add shared configuration package with definePanqueueConfig (1985f21)
config: default global concurrency scope (f58c241)