It keeps logging me out, plus when I log in, alarmingly other users' profile names flash in the top right corner for a second.
Lemmy.World Announcements
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news π
Outages π₯
https://status.lemmy.world/
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to info@lemmy.world e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email report@lemmy.world (PGP Supported)
Donations π
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
Excellent. Now I can login with jerboa π
thank you for letting us know behind-the-scene stuffs.
me myself is a sysadmin and really like story of successfully scaling up servers. very satisfy to hear.
once again, thank you!
Have you considered running your Lemmy instance on more than a single machine? If it is possible to run two lemmy containers anyway (ie, lemmy is not a singleton), why not run them on separate machines? With load balancing you could achieve a more stable experience. It might be cheaper to have many mediocre machines rather than a single powerful one too, as well as more sustainable long-term (vertical vs horizontal scaling).
The downside would be that the set-up would be less obvious than with Docker compose and you would probably need to get into k8s/k3s/nomad territory in order to orchestrate a proper fleet.
Is there a issue with the api? ( Because the api wrapper lemmy-js-client doesnt work on login. ) I tried it yesterday but not today yet. I will test it when i can :)
I can finally login!
Thank you!!
Nice
Working well here and can use Jerboa again. Although wefwef is really growing on me!
Edit: couldn't post from Jerboa, got network error. But wefwef worked.
I really enjoy how lemmy is growing!
It seems there is still some performance issues.
Maybe consider a webcache like varnish to take some of the load off?
Just want to say thank you. Your hard work is very much appreciated.
Nice work :)
I really enjoy how lemmy is growing!
Signed into Jerboa! Thanks devs!
Thanks! Now I can use Connectβ’ for Lemmy without problems. ππ
Let us know where donations can go, suspect a stacked docker-compose will reach limits very quickly
Running so many Lemmy instances against the same database doesn't cause race conditions? I wonder why that "just worked" so easily, usually load balancing DB-backed apps is a whole beast on its own.
I really enjoy how lemmy is growing!
Absolutely loving the new UI changes. Thanks for being so transparent with us as well!
Logging in works now! Also got 2FA enabled without issues.
This is awesome. Was a fun read too. Super cool to see what was going on behind the scenes.
I survived!
Half the time when I comment, it just spins. :( Edit: Apparently when I comment it posts, but just shows spinning until I manually refresh. Must be on my end.
we created extra lemmy containers to spread the load. (And extra lemmy-ui containers).
Is Rust HTTP server running into thread limits? database connection pooling? All kinds of internal questions bout that solution.
I don't know rust. But there were 150 database connections setup by lemmy, but only about 15 of them were used, the rest idle.
Looking good π