Dave Bradford
Dave Bradford
Infinite loop here as well
Was having same error after upgrading to Rails 7.1 today, https://github.com/countries/country_select/pull/222 seems to fix it.
having same issue
Maybe provide hooks into the SolidQueue boot/shutdown callbacks? This would allow custom logic for readiness detection _(vs using the supervisor pid)_. We used this exact approach with [Sidekiq on k8s](https://github.com/sidekiq/sidekiq/wiki/Kubernetes#sidekiq),...