samsondav / rihanna

Rihanna is a high performance postgres-backed job queue for Elixir
MIT License
439 stars 49 forks source link

Document supervision tree and worker concurrency limits/config #6

Closed lpil closed 6 years ago

lpil commented 6 years ago

Is there a max worker concurrency? Can I configure it?

samsondav commented 6 years ago

I have documented this here https://hexdocs.pm/rihanna/Rihanna.Config.html#content but admittedly it's not obvious.

Do you think there should be a new documentation page outlining an overview of Rihanna in general, aside from the README and moduledocs?

lpil commented 6 years ago

Could do, but I'd put it in the README's FAQ section.

Q: How many jobs can be processed concurrently?

A: By default Rihanna does X, it can be configured to Y, see the the docs HERE for more details.