danielristic
danielristic
Same here.
Still running into this issue. Note that I'm using rbenv both locally and on the remote server, except on the server it's in `/usr/local/rbenv/bin/rbenv` while locally it's in `/usr/local/bin/rbenv`. For...
Me too with version `0.5.3` on rails `5.2`. This is not really a problem in itself as the log verbosity can be adjusted, but I noticed that consequently, the mysql...
I'm using a Brother HL-1110 and I too have the problem where some PDFs won't print with the "object has offset 0" error. I wanted to try updating to brlaser...
I ran into the same issue trying to set an environment variable to have sidekiq connect to a particular redis instance on a different server and got really confused with...
I use rails `3.2.15` and that's the only middleware in the stack. I tried to set it up in development as well and it does the same thing of cutting...
locally I use thin (version `1.6.1`).
I'm using ruby version `2.0.0-p247` and here is the output of `rake middleware`: ``` bash > rake middleware use ActionDispatch::Static use Rack::Lock use # use Rack::Runtime use Rack::MethodOverride use ActionDispatch::RequestId...
It happens on every request and it seems to cut at the exact same place for a given page and at a different place for different pages (but always inside...
Hey @ivanovv, While systemd is the best way to ensure that sidekiq and other processes are running and keep running after a failure or a system reboot, monit has some...