@jeff One way we can try this is if you launch the Rails console like this (from the Mastodon directory):
RAILS_ENV=production RAILS_LOG_LEVEL=debug bin/rails c
Then you can try manually executing one of the jobs that I see in the screenshot, like this, by copying the arguments from the page:
ThreadResolveWorker.new.perform(106.... etc)
You should then see output of it fetching something through HTTP, doing database queries, and finally executing ffmpeg commands
@Gargron okay, here are the results from one of the workers that has been stuck for 7 hours:
https://pastebin.com/F4DijcZU
But tbh, this looks less helpful to me. I don't understand anything on this output.
I can try doing this using a different stuck command or worker if you think it would result in more helpful output. đ¤