keygen-sh / keygen-api

Keygen is a fair source software licensing and distribution API built with Ruby on Rails. For developers, by developers.
https://keygen.sh
Other
699 stars 40 forks source link

Add ability to configure Sidekiq concurrency #846

Closed ezekg closed 1 month ago

ezekg commented 1 month ago

Right now, it's hard coded to 25. We need to update this to use SIDEKIQ_CONCURRENCY. We should also set that to a default of 10, because 25 is too high and can lead to CPU saturation.