solid_queue icon indicating copy to clipboard operation
solid_queue copied to clipboard

Solid_queue bug in windows

Open AdamMusa opened this issue 1 year ago • 1 comments

i used rails 7.1 and added solid_queue to my project. I run rails solid_queue:install:migrations
I created inside de config folder solid_queue.yml then bundle exec rake solid_queue:start and i got this error

image

image

AdamMusa avatar Dec 21 '23 13:12 AdamMusa

Hey @AdamMusa, thanks for reporting this. This won't work in Windows as it is implemented now 🤔 We rely on those signals (SIGQUIT, SIGTERM) to stop and terminate Solid Queue's processes. If you come up with a way to make this work in Windows please let us know 🙏

rosa avatar Dec 21 '23 19:12 rosa