shlinkio / shlink

The definitive self-hosted URL shortener
https://shlink.io
MIT License
3.35k stars 275 forks source link

Random error ProcessPool::wait(): worker#1 abnormal exit with docker image #1614

Closed slava-o closed 1 year ago

slava-o commented 1 year ago

My ref issue and more information in swoole repo https://github.com/openswoole/swoole-src/issues/280

Also I saw ref with the same problem https://github.com/shlinkio/shlink/issues/1444 and https://github.com/openswoole/swoole-src/issues/220 dated May 2022

How Shlink is set-up

Summary

Get random error when requesting API or redirect link (connection refused) WARNING ProcessPool::wait(): worker#1 abnormal exit, status=0, signal=13

acelaya commented 1 year ago

I reported this myself to the openswoole repo, some time ago, as I was experiencing it with a relatively high frequency, but I was unable to find the exact reproducible steps, so they closed the issue.

I would recommend trying the roadrunner variation of Shlink. It's a drop-in replacement for the openswoole-based one and I have experienced zero issues since I switched.

slava-o commented 1 year ago

@acelaya thanks a lot! In my case only roadrunner variation of Shlink docker image works fine.