@stux The limit is how many Postgres connections you can handle. Also, more Sidekiq threads put more load on Redis as well.
Top-level
@stux The limit is how many Postgres connections you can handle. Also, more Sidekiq threads put more load on Redis as well. No comments
|
@Gargron That's helpful thank you.