Email or username:

Password:

Forgot your password?
jeff

@Gargron
Hi Eugen. Check this out. All 25 sidekiq workers were "busy" so my timeline stopped. Was able to grab a better capture this time.

Here is the full dump:
pastebin.com/4dbc4qGw

And here are just the errors related to the busy workers:
pastebin.com/WyRt2z3A

Can you make any sense out of this?

7 comments
Eugen Rochko

@jeff Looks like they were all stuck reading the pipe output from a ffmpeg command

What's your Ruby version, by the way? And this is the "main" branch or 3.3.0?

jeff

@Gargron here are the versions. Yeah 330.

jeff

@Gargron should be main. Installed from source using the instructions on the website. At the time it was giving me mimemagic errors, so I just installed from source

jeff

@Gargron and sorry, I should have been more clear. These are the instructions I used to install:

docs.joinmastodon.org/admin/in

Just removed a line so it would install from source, due to a mimemagic error.

jeff

@Gargron I am so sorry, but how is it installed? 😬 Or if there's a link that would be helpful, sorry not trying to pester by asking stupid questions

Eugen Rochko

@jeff To switch to the branch:

git fetch
git checkout origin/fix-hang-on-stdin

Then restart the processes so it runs

Go Up