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

Timeouts do not seem to be handled #1034

Open
debuglevel opened this issue Nov 3, 2023 · 1 comment
Open

Timeouts do not seem to be handled #1034

debuglevel opened this issue Nov 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@debuglevel
Copy link

debuglevel commented Nov 3, 2023

Describe the bug
One of my BBB servers does not respond due to some reason.

# time curl https://bbb1.xyz.xyz/bigbluebutton/api/
curl: (52) Empty reply from server

real    0m50,020s
user    0m0,012s
sys     0m0,003s

Scalelite still thinks it's there:

# ./scalelite.sh servers
id: bbb1.xyz.xyz
        url: https://bbb1.xyz.xyz/bigbluebutton/api/
        secret: REDACTED
        enabled
        load: 5.0
        load multiplier: 1.0
        online
id: bbb2.xyz.xyz
        url: https://bbb2.xyz.xyz/bigbluebutton/api/
        secret: REDACTED
        enabled
        load: 0.0
        load multiplier: 1.0
        online

Greenlight also reported some issue on /b/admins/rooms due to timeouts.

Deployment:

  1. Deployment: docker-compose
  2. Versions: Scalelite v1.5.1.4; BBB 2.7.2

Expected behavior
Scalelite should detect this case.

Reproduce
No idea. In my case, Proxmox somehow paused a VM during a backup.

@debuglevel debuglevel added the bug Something isn't working label Nov 3, 2023
@Ithanil
Copy link
Contributor

Ithanil commented Apr 5, 2024

I'm also pretty sure this doesn't always work as intended. It's something I will try to look into after the current bulk of PRs is merged.

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

2 participants