What should be the limit of #sidekiq workers? Can I use 500 or 1000 for example? @Gargron
@stux The limit is how many Postgres connections you can handle. Also, more Sidekiq threads put more load on Redis as well.
@stux The limit is how many Postgres connections you can handle. Also, more Sidekiq threads put more load on Redis as well.