diff options
-rw-r--r-- | devel/erlang-jobs/Makefile | 1 | ||||
-rw-r--r-- | devel/erlang-jobs/pkg-descr | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/devel/erlang-jobs/Makefile b/devel/erlang-jobs/Makefile index f55fbf33f8ce..c788643f2cee 100644 --- a/devel/erlang-jobs/Makefile +++ b/devel/erlang-jobs/Makefile @@ -2,6 +2,7 @@ PORTNAME= jobs PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= erlang- diff --git a/devel/erlang-jobs/pkg-descr b/devel/erlang-jobs/pkg-descr index d9913de2cd4e..5e5799e0b380 100644 --- a/devel/erlang-jobs/pkg-descr +++ b/devel/erlang-jobs/pkg-descr @@ -1,3 +1,8 @@ -EDoc extension for generating Github-flavored Markdown. +Jobs is a job scheduler for load regulation of Erlang applications. -WWW: https://github.com/uwiger/edown +It provides a queueing framework where each queue can be configured +for throughput rate, credit pool and feedback compensation. Queues +can be added and modified at runtime, and customizable "samplers" +propagate load status across all nodes in the system. + +WWW: https://github.com/uwiger/jobs |