Une Goupelin Autiste utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".

So sidekiq still failephanting for @spiderrobotpig​ even with plenty of RAM

Any ideas?

Une Goupelin Autiste @spiderrobotpig

@bea @djsundog Variations of this: Oct 18 00:35:12 localhost systemd[1]: mastodon-sidekiq.service: Main process exited, code=exited, status=1/FAILURE
Oct 18 00:35:12 localhost systemd[1]: mastodon-sidekiq.service: Unit entered failed state.
Oct 18 00:35:12 localhost systemd[1]: mastodon-sidekiq.service: Failed with result 'exit-code'.

@spiderrobotpig @djsundog no, not this log

the log emitted by sidekiq itself

how are you viewing that log?

@bea @djsundog journalctl -f

I'm not sure how I would check sidekiqs logs if I can't get into it

@spiderrobotpig @djsundog

what do you get from

journalctl -u mastodon-sidekiq

?

@bea This is what I get: Oct 18 00:32:47 localhost systemd[1]: mastodon-sidekiq.service: Main proces
Oct 18 00:32:47 localhost systemd[1]: mastodon-sidekiq.service: Unit entere
Oct 18 00:32:47 localhost systemd[1]: mastodon-sidekiq.service: Failed with
Oct 18 00:32:48 localhost systemd[1]: mastodon-sidekiq.service: Service hol
Oct 18 00:32:48 localhost systemd[1]: Stopped mastodon-sidekiq.
Oct 18 00:32:48 localhost systemd[1]: Started mastodon-sidekiq.
Oct 18 0

@djsundog @bea It's in the same area as redis. Maybe it isn't started or do I have to start it?

@spiderrobotpig @djsundog yep

it's looking for redis as host 'redis'

so either add an /etc/hosts for a redis host

or start redis on a host with that name

or change your redis host to point to the ip of redis (even if it is localhost)

@bea @djsundog Do I need to restart stuff after? Cos it's still not working

@bea Unfortunately, SendGrid is not sending out emails >.>

@djsundog @bea Hopefully I can figure out why SendGrid is not at all working -_- aha

@djsundog @bea I tried them but they blocked out my account. May try a new one tbh

@spiderrobotpig @bea this is my mastodon-sidekiq.service file if it helps any - your numbers should be smaller iirc

@spiderrobotpig thats the contents of my /etc/systemd/system/mastodon-sidekiq.service file in case maybe something different other than numbers jumps out when compared to yours