You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use Sucker Punch on a website that run with uwsgi with 4 workers on production. In development with rackup, everything is fine. But in production with uwsgi workers, I get error when trying to do async jobs. I put here all the debug info I have, I admit I don't have any clue for a solution. I'm sorry I'm not able to post easy steps to reproduce the bug.
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html
Fri Feb 26 08:20:58 2021 - DAMN ! worker 4 (pid: 287) died, killed by signal 6 :( trying respawn ...
Fri Feb 26 08:20:58 2021 - Respawned uWSGI worker 4 (new pid: 5979)
/opt/ruby-2.6.0-202012151422/usr/lib/ruby/2.6.0/monitor.rb:194: [BUG] timer_settime (disarm): Invalid argument (EINVAL)
ruby 2.6.0p0 (2018-12-25 revision 66547) [x86_64-linux-gnu]
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/bugreport.html
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use Sucker Punch on a website that run with uwsgi with 4 workers on production. In development with rackup, everything is fine. But in production with uwsgi workers, I get error when trying to do async jobs. I put here all the debug info I have, I admit I don't have any clue for a solution. I'm sorry I'm not able to post easy steps to reproduce the bug.
The text was updated successfully, but these errors were encountered: