hugopl / sidekiq.cr

Simple, efficient job processing for Crystal
http://sidekiq.org
GNU Lesser General Public License v3.0
765 stars 74 forks source link

[Feature] Add Sidekiq Configuration file for server #124

Open Dakad opened 2 months ago

Dakad commented 2 months ago

How great would it be if we could just pass a YAML file with a configuration of sidekiq server.

Source: https://github.com/sidekiq/sidekiq/wiki/Advanced-Options#the-sidekiq-configuration-file

hugopl commented 2 months ago

It doesn't hurt, however in the world of docker containers where everything is configured through environment variables config files have less importance, but as I said, it doesn't hurt to have it for feature matching with the Ruby version.