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
Added RabbitMQ/SQS adapters with lazy loading, provider-specific exceptions, and environment-driven configuration, then refined the
API into a core IQueue plus IExternalQueue layer with updated docs/examples.
Consolidated queue provider wiring plus utility helpers.
Stabilize context/pool lifecycle to address OOM and race issues
Hardened TaskContext cleanup (about:blank resets, stricter state guards) and improved dispatcher restart logic/metrics hooks so contexts drain safely before relaunching Chromium.
Added missing task-event checks, safer emits, and README guidance about the new memory-protection behavior.