Jade Philippe
Jade Philippe
I'd like to help with this!
I won't be able to work on this in a timely manner so it's probably best I leave this issue for someone else. @cielf would you be able to un-assign...
Here's my Solid Queue configuration: ```yml # config/queue.yml default: &default dispatchers: - polling_interval: 1 batch_size: 500 workers: - queues: [ login, background, default ] threads: 3 processes: 1 polling_interval: 0.1...
Here's what I'm seeing after setting `config.rake_eager_load = true` an hour ago:  It looks like it's using a bit more memory than without eager...
Thank you for looking into this @rosa! I'll switch back to using the Rake task to start Solid Queue, but please let me know if you end up finding anything...
> A quick thing I notice from your screenshot is that the errors are being displayed as a notice. Please display them as an error instead. Thanks for catching that...