So sidekiq still failephanting for @spiderrobotpig even with plenty of RAM
Any ideas?
@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'.
@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
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 @spiderrobotpig my .env.production has REDIS_HOST=127.0.0.1 if that helps any
@spiderrobotpig @bea yeah systemctl restart mastodon-*
@djsundog @spiderrobotpig niiiiiiiiiiiiiice
@bea Unfortunately, SendGrid is not sending out emails >.>
@bea @spiderrobotpig thanks for helpin codemom :)
@spiderrobotpig @bea i am useless there, i mailgunned
@spiderrobotpig @djsundog i use AWS' mail thing so... sry 🤷
@bea @djsundog @spiderrobotpig oh good, you fixed it! go bea!
@spiderrobotpig @bea this is my mastodon-sidekiq.service file if it helps any - your numbers should be smaller iirc
@djsundog Yeah I don't get that
@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
@spiderrobotpig @djsundog no, not this log
the log emitted by sidekiq itself
how are you viewing that log?