Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 480 Bytes

File metadata and controls

18 lines (14 loc) · 480 Bytes

Job Queue

A distributed Scala job queue backed by PostgreSQL.

Tags: Distributed job queue, Scala, PostgreSQL

TODO (before a v1)

  • [] Worker error system
  • [] Retry mechanism + Dead letter queue
  • [] Job configuration + Job context + Selection API
  • [] Better logging / Queue & Worker monitoring
  • [] Unit tests + integration tests
  • [] Better macros
  • [] Job dependencies + DAG
  • [] Scheduling (anti-starvation)
  • [] Atomic release actions
  • [] Performance optimizations