n4j / jeeves

Redis backed task processor for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jeeves

A Redis backed task processor for Java

Build Status BCH compliance codecov Codacy Badge

Design goals

  • Submitted jobs should not be lost
  • Jobs are processed in FIFO order
  • Job picked up by one worker is guaranteed not to be picked up by any worker
  • A worker needs to explicitly specify job success. However, if in pre-determined time a success status is not submitted then the job is retried
  • Clear visibility in terms of number of jobs submitted, jobs being processed, jobs in queue, jobs failed
  • A job history is maintained for a given period of time for all submitted jobs

jeeves is still in development phase and all contributions are welcome.

About

Redis backed task processor for Java

License:Apache License 2.0


Languages

Language:Java 100.0%