ExqLimit v0.1.3 ExqLimit.Local View Source
It limits the total number of concurrent jobs on a single node. same as the Exq default rate limiter.
In isolation, this limiter is not that much useful, but it can be
combined with other rate limiters to get intersting results. For
example, it can be combined with ExqLimit.Global
rate limiter to
make sure a single node doesn't get overloaded when total the number
of live worker nodes go down due to unexpected reason. Check the
documentation of ExqLimit.And
on how to combine rate limiters
Options
limit
(integer) - max concurrency allowed. Required field