I just realized I can't see my own posts in the Home timeline.
-
@TyrionTargaryen I can see mine. Hmm.
ping @thomasp
-
-
@TyrionTargaryen @thomasp I've noticed a delay in the e-mail notifications. Not sure why this is.
-
-
@TyrionTargaryen @epp @thomasp it sounds like their sidekiq queues may be running behind or hitting a bunch of dead requests.
-
Could this be affecting the instance beyond the emails?
So far I've noticed:
- delayed emails
- delayed Notifications
- delayed Home timeline
- most posts show up at around 1 hour (Edit: seems to be starting at 28 minutes now)
- my posts generally show up at 1 hour, but sometimes they show up in 30 minutes
- the LOCAL timeline seems to work fine
- the Federated timeline shows a mix of real-time posts and posts with 28 minutes of delay -
@TyrionTargaryen @epp @thomasp sidekiq handles all the server jobs, sending emails, push notifications, going to other servers to get posts, etc.
Local posts should go straight into the database (I think) so they shouldn't he affected by sidekiq issues. But your own posts should be included in that
I'm no expert though, I'm new to the whole #MastoAdmin thing
-
Hey, you know more than I do! I don't run my own instance.
I know the theory of how the Fediverse works, but the tools being used (I had to lookup what "sidekiq" was, lol!), or how to specifically administrate an instance, I have no clue about that stuff.
What you say makes a lot of sense, though. Thanks a lot for explaining it.
-
@TyrionTargaryen @BobDendry @epp It's certainly possible that there was some delay in the Sidekiq queues. We can look into whether we need to add more resources there. As for email delays, that is something we know was broken for a while after the upgrade, but that should be back to normal by now.
-
Seems like it got back to normal last night. Thank you!