Jade Philippe

Results 27 comments of Jade Philippe

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: ![Screenshot 2024-11-08 at 14 50 50](https://github.com/user-attachments/assets/e5aa32dc-d552-4e16-9efb-60263fa6b966) 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...