Skip to content

Releases: susidharan2000/EventDrivenJobQueue

Event-Driven Job Queue v1.1

08 Feb 17:45

Choose a tag to compare

Adds observability and runtime metrics:

  • /metrics endpoint
  • queue depth tracking
  • execution & queue latency metrics
  • success/failure/retry/DLQ counters
  • performance documentation

Focus: production visibility and operability

v1.0 – Crash-resilient single-node job queue

20 Jan 11:24

Choose a tag to compare

Initial stable release of a single-node, at-least-once background
job processing system with crash recovery, bounded retries,
and graceful shutdown semantics.