Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash on .unwrap for instances under heavy load #28

Open
CMahaff opened this issue Aug 6, 2023 · 0 comments
Open

Crash on .unwrap for instances under heavy load #28

CMahaff opened this issue Aug 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@CMahaff
Copy link
Owner

CMahaff commented Aug 6, 2023

Describe the Bug
Lemmy has a behavior, IMO a bug, where when under heavy load the /api/v3/site will start returning data as if the user is logged out, even if they are logged in. This causes LASIM to crash since it expects that user data to be present, and that data is required to do anything useful.

Change LASIM to report an error in this condition instead.

Information
LASIM Version: 0.2.1
LASIM Profile Version: 2
Lemmy Source Instance URL: N/A
Lemmy Source Instance Version: N/A
Lemmy Target Instance URL: N/A
Lemmy Target Instance Version: N/A

Output of LASIM
N/A

@CMahaff CMahaff added the bug Something isn't working label Aug 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant