Skip to content

Commit

Permalink
Merge pull request #50 from ripienaar/misc_doc
Browse files Browse the repository at this point in the history
(misc) minor readme update
  • Loading branch information
ripienaar authored Feb 9, 2022
2 parents 6df2397 + 0099d1e commit a562aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dealing with scheduling, retries, acknowledgements and more of the Work Queue it
during the lifecycle.

Multiple processes can process jobs concurrently, thus job processing is both horizontally and vertically scalable. Job
handlers are implemented in Go with one process hosting one or many handlers. Per process concurrency and overall per-queue
concurrency controls exist.
handlers are implemented in Go with one process hosting one or many handlers. Other languages can implement Job Handlers using
NATS Request-Reply services. Per process concurrency and overall per-queue concurrency controls exist.

This package heavily inspired by [hibiken/asynq](https://github.com/hibiken/asynq/).

Expand Down

0 comments on commit a562aeb

Please sign in to comment.