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

bbb-config, packaging: prevent cron job from restarting KMS unnecessarily #11763

Merged
merged 1 commit into from Mar 26, 2021

Conversation

prlanzarin
Copy link
Member

What does this PR do?

The connectionStatus property was removed from the Users collection in 2.3, so the check was always returning 0 which means the cron job could potentially restart KMS and SFU while there were still active users.

This PR removes the deprecated filter. Since the collection in 2.3 doesn't store offline users anymore, this should be good enough.

Closes Issue(s)

Closes #11418

Fixes  #11418
The `connectionStatus` property was removed from the Users collection in 2.3, so the check was always returning 0 which means the cron job could potentially restart KMS and SFU while there were still active users.
@prlanzarin prlanzarin changed the title bbb-config: prevent cron job from restarting KMS unnecessarily bbb-config, packaging: prevent cron job from restarting KMS unnecessarily Mar 26, 2021
@antobinary antobinary added this to the Release 2.3 milestone Mar 26, 2021
@antobinary antobinary merged commit f95d648 into develop Mar 26, 2021
@prlanzarin prlanzarin deleted the u23-confetti branch March 26, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cron bbb-restart-kms restarts kurento despite active meetings happening on the server
2 participants